From 9fbe505f334a534dad79e9370b5e03efb9296b3d Mon Sep 17 00:00:00 2001 From: Adora Laura Kalb Date: Wed, 17 Apr 2024 19:59:34 +0200 Subject: [PATCH] updaet changelog and bump version --- CHANGELOG.md | 10 ++++++++-- VERSION | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) 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