Skip to content

Commit af193c7

Browse files
author
Anton Kucherov
committed
Preparing release v0.8.0.
1 parent 8bc36b3 commit af193c7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99
### Changed
10+
11+
### Added
12+
13+
### Fixed
14+
15+
## [0.8.0]
16+
### Changed
1017
- [PMM-3511](https://jira.percona.com/browse/PMM-3511): Switched to [mongo-go-driver](https://github.com/mongodb/mongo-go-driver).
1118
- [PMM-4168](https://jira.percona.com/browse/PMM-4168): Updated all dependencies including `github.com/prometheus/golang_client`.
1219
- Moved `opcounters`, `opcountersRepl` to `common_collector` (#146), thx [@nikita-b](https://github.com/nikita-b).
@@ -127,7 +134,8 @@ with source code locations.
127134
### Added
128135
- First tagged version.
129136

130-
[Unreleased]: https://github.com/percona/mongodb_exporter/compare/v0.7.1...HEAD
137+
[Unreleased]: https://github.com/percona/mongodb_exporter/compare/v0.8.0...HEAD
138+
[0.8.0]: https://github.com/percona/mongodb_exporter/compare/v0.7.1...v0.8.0
131139
[0.7.1]: https://github.com/percona/mongodb_exporter/compare/v0.7.0...v0.7.1
132140
[0.7.0]: https://github.com/percona/mongodb_exporter/compare/v0.6.3...v0.7.0
133141
[0.6.3]: https://github.com/percona/mongodb_exporter/compare/v0.6.2...v0.6.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.8.0

0 commit comments

Comments
 (0)