diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3db67..64f05a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.1.4](https://github.com/aktsk/nolmandy/compare/v0.1.3...v0.1.4) (2024-06-05) + +* Fix #25 [#26](https://github.com/aktsk/nolmandy/pull/26) ([azonti](https://github.com/azonti)) + ## [v0.1.3](https://github.com/aktsk/nolmandy/compare/v0.1.2...v0.1.3) (2023-11-20) * update AppleIncRootCertificate.cer [#24](https://github.com/aktsk/nolmandy/pull/24) ([azonti](https://github.com/azonti)) diff --git a/version/version.go b/version/version.go index c58fc87..5419e75 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version -const version = "0.1.3" +const version = "0.1.4" func Get() string { return version