Skip to content

Commit e9fda63

Browse files
author
Anton Kucherov
committed
Release 0.7.0
1 parent d30a544 commit e9fda63

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.7.0]
911
### Changed
1012
- [PMM-3512](https://jira.percona.com/browse/PMM-3512): Switched to [kingpin](https://github.com/alecthomas/kingpin) library.
1113
This is a **BREAKING CHANGE** because kingpin uses `--` instead of `-` for long flags, so be careful when updating.
@@ -107,7 +109,8 @@ with source code locations.
107109
### Added
108110
- First tagged version.
109111

110-
[Unreleased]: https://github.com/percona/mongodb_exporter/compare/v0.6.3...HEAD
112+
[Unreleased]: https://github.com/percona/mongodb_exporter/compare/v0.7.0...HEAD
113+
[0.7.0]: https://github.com/percona/mongodb_exporter/compare/v0.6.3...v0.7.0
111114
[0.6.3]: https://github.com/percona/mongodb_exporter/compare/v0.6.2...v0.6.3
112115
[0.6.2]: https://github.com/percona/mongodb_exporter/compare/v0.6.1...v0.6.2
113116
[0.6.1]: https://github.com/percona/mongodb_exporter/compare/v0.6.0...v0.6.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.3
1+
0.7.0

0 commit comments

Comments
 (0)