diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a37b0..d3b5cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2024-04-17 +### Fixed + +- Fix nil references when http request fails (#2) + ## [0.1.0] - 2024-04-17 ### Added @@ -17,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - MAINTAINERS file - minimal implementation of the exporter -[unreleased]: https://gitlab.com/adoralaura/ntppool-exporter/compare/v0.1.0...HEAD -[0.1.0]: https://gitlab.com/adoralaura/ntppool-exporter/releases/tag/v0.1.0 +[unreleased]: https://gitlab.com/adoralaura/ntppool-exporter/compare/0.1.1...HEAD +[0.1.1]: https://gitlab.com/adoralaura/ntppool-exporter/compare/0.1.0...0.1.1 +[0.1.0]: https://gitlab.com/adoralaura/ntppool-exporter/releases/tag/0.1.0 diff --git a/VERSION b/VERSION index 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1