diff --git a/CHANGELOG.md b/CHANGELOG.md index 40123d02..603762d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2020-08-20 + +### Added + +- Parse vector selectors that use label matching against the internal + `__name__` label. + ## [0.2.0] - 2020-08-18 ### Added @@ -22,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[unreleased]: https://github.com/sapcc/absent-metrics-operator/compare/v0.2.0...HEAD +[unreleased]: https://github.com/sapcc/absent-metrics-operator/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/sapcc/absent-metrics-operator/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/sapcc/absent-metrics-operator/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/sapcc/absent-metrics-operator/releases/tag/v0.1.0