updaet changelog and bump version
This commit is contained in:
parent
68823aa602
commit
9fbe505f33
2 changed files with 9 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.1] - 2024-04-17
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix nil references when http request fails (#2)
|
||||||
|
|
||||||
## [0.1.0] - 2024-04-17
|
## [0.1.0] - 2024-04-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -17,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- MAINTAINERS file
|
- MAINTAINERS file
|
||||||
- minimal implementation of the exporter
|
- minimal implementation of the exporter
|
||||||
|
|
||||||
[unreleased]: https://gitlab.com/adoralaura/ntppool-exporter/compare/v0.1.0...HEAD
|
[unreleased]: https://gitlab.com/adoralaura/ntppool-exporter/compare/0.1.1...HEAD
|
||||||
[0.1.0]: https://gitlab.com/adoralaura/ntppool-exporter/releases/tag/v0.1.0
|
[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
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.1.0
|
0.1.1
|
||||||
|
|
Loading…
Reference in a new issue