Skip to content

Commit

Permalink
Preparing version v1.2.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav authored Sep 26, 2019
1 parent 0306fc6 commit 05a053b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
### Fixed
## v1.2.0
### Changed
- Support Prometheus client 1.X.

## v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ package metrics

// Version is the current semantic version, exported for runtime compatibility
// checks.
const Version = "1.2.0-dev"
const Version = "1.2.0"

0 comments on commit 05a053b

Please sign in to comment.