File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ v4.1.2] ( https://github.com/buildkite/buildkite-agent-metrics/tree/v4.1.2 ) (2019-01-21)
8
+ [ Full Changelog] ( https://github.com/buildkite/buildkite-agent-metrics/compare/v4.1.1...v4.1.2 )
9
+
10
+ ### Fixed
11
+ - Add back cloudwatch metric with only Queue dimension [ #69 ] ( https://github.com/buildkite/buildkite-agent-metrics/pull/69 ) (@lox )
12
+
7
13
## [ v4.1.1] ( https://github.com/buildkite/buildkite-agent-metrics/tree/v4.1.1 ) (2019-01-21)
8
14
[ Full Changelog] ( https://github.com/buildkite/buildkite-agent-metrics/compare/v4.1.0...v4.1.1 )
9
15
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
// Version the library version number
4
- const Version = "4.1.1 "
4
+ const Version = "4.1.2 "
You can’t perform that action at this time.
0 commit comments