Skip to content

Commit

Permalink
Merge pull request #260 from riemann/release
Browse files Browse the repository at this point in the history
Release 1.7.1
  • Loading branch information
jamtur01 authored Jan 12, 2023
2 parents 7433a3a + df6f852 commit 3863307
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.7.1](https://github.com/riemann/riemann-tools/tree/v1.7.1) (2023-01-12)

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

**Fixed bugs:**

- Fix uninitialized constant Riemann::Tools::VERSION \(NameError\) [\#259](https://github.com/riemann/riemann-tools/pull/259) ([smortex](https://github.com/smortex))

## [v1.7.0](https://github.com/riemann/riemann-tools/tree/v1.7.0) (2023-01-11)

[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.6.0...v1.7.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/riemann/tools/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Riemann
module Tools # :nodoc:
VERSION = '1.7.0'
VERSION = '1.7.1'
end
end

0 comments on commit 3863307

Please sign in to comment.