Skip to content

Commit 3863307

Browse files
authored
Merge pull request #260 from riemann/release
Release 1.7.1
2 parents 7433a3a + df6f852 commit 3863307

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
311
## [v1.7.0](https://github.com/riemann/riemann-tools/tree/v1.7.0) (2023-01-11)
412

513
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.6.0...v1.7.0)

lib/riemann/tools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Riemann
44
module Tools # :nodoc:
5-
VERSION = '1.7.0'
5+
VERSION = '1.7.1'
66
end
77
end

0 commit comments

Comments
 (0)