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 7433a3a commit df6f852Copy full SHA for df6f852
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [v1.7.1](https://github.com/riemann/riemann-tools/tree/v1.7.1) (2023-01-12)
4
+
5
+[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.7.0...v1.7.1)
6
7
+**Fixed bugs:**
8
9
+- Fix uninitialized constant Riemann::Tools::VERSION \(NameError\) [\#259](https://github.com/riemann/riemann-tools/pull/259) ([smortex](https://github.com/smortex))
10
11
## [v1.7.0](https://github.com/riemann/riemann-tools/tree/v1.7.0) (2023-01-11)
12
13
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.6.0...v1.7.0)
lib/riemann/tools/version.rb
@@ -2,6 +2,6 @@
module Riemann
module Tools # :nodoc:
- VERSION = '1.7.0'
+ VERSION = '1.7.1'
end
0 commit comments