Skip to content

Commit 4425cc1

Browse files
author
Alex Kahn
committed
Bump version and update changelog
1 parent 2476fcc commit 4425cc1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
### Version 1.6.2
4+
* Relax Faraday version constraint (#143) (Jason Rudolph)
5+
36
### Version 1.6.1
47
* Fix bugs with listing sources (#116)
58

@@ -156,4 +159,4 @@
156159
* Metric 'type' key can be string or symbol (Neil Mock)
157160

158161
### Version 0.1.0
159-
* Initial release
162+
* Initial release

lib/librato/metrics/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Librato
22
module Metrics
3-
VERSION = "1.6.1"
3+
VERSION = "1.6.2"
44
end
5-
end
5+
end

0 commit comments

Comments
 (0)