We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2476fcc commit 4425cc1Copy full SHA for 4425cc1
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Changelog
2
3
+### Version 1.6.2
4
+* Relax Faraday version constraint (#143) (Jason Rudolph)
5
+
6
### Version 1.6.1
7
* Fix bugs with listing sources (#116)
8
@@ -156,4 +159,4 @@
156
159
* Metric 'type' key can be string or symbol (Neil Mock)
157
160
158
161
### Version 0.1.0
-* Initial release
162
+* Initial release
lib/librato/metrics/version.rb
@@ -1,5 +1,5 @@
module Librato
module Metrics
- VERSION = "1.6.1"
+ VERSION = "1.6.2"
end
-end
+end
0 commit comments