diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c62511..ecfb46a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 1.2.0 - 2022-09-11 +### Added +- Update grub config on 'clean' + ## 1.1.0 - 2018-10-02 ### Added - Unmerge old kernel versions on clean @@ -15,5 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial version -[Unreleased]: https://github.com/particleflux/k3rn3l/compare/1.1.0...HEAD +[Unreleased]: https://github.com/particleflux/k3rn3l/compare/1.2.0...HEAD +[1.2.0]: https://github.com/particleflux/k3rn3l/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/particleflux/k3rn3l/compare/1.0.0...1.1.0 diff --git a/k3rn3l.sh b/k3rn3l.sh index eb92d60..c16cdf9 100755 --- a/k3rn3l.sh +++ b/k3rn3l.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # constants -readonly SCRIPT_VERSION="1.1.0" +readonly SCRIPT_VERSION="1.2.0" # global stuff - those can be overridden via ENV vars GRUB_CMD=grub-mkconfig