diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5c2da..6f788c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,4 +3,7 @@ All notable changes to this project will be documented in this file. NOTE: the project follows [Semantic Versioning](http://semver.org/). +## v0.0.1 - December 17th 2025 + +- First release diff --git a/grub.cfg b/grub.cfg index a1563be..edd612e 100644 --- a/grub.cfg +++ b/grub.cfg @@ -4,7 +4,7 @@ insmod png loadfont unicode gfxpayload text -ISO_VERSION="v0.0.0" +ISO_VERSION="v0.0.1" menuentry "Install Open LAN Gateway (ISO $ISO_VERSION)" { linux /casper/vmlinuz autoinstall fsck.mode=skip ds=nocloud\;s=/cdrom/nocloud/ ipv6.disable=1 console=ttyS0,115200n8 console=tty0 network-config=disabled ---