Skip to content

Commit

Permalink
Merge pull request #281 from riemann/release
Browse files Browse the repository at this point in the history
Release 1.10.0
  • Loading branch information
jamtur01 authored Jan 13, 2024
2 parents 5d4951f + bc845eb commit 68f7712
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.10.0](/~https://github.com/riemann/riemann-tools/tree/v1.10.0) (2024-01-13)

[Full Changelog](/~https://github.com/riemann/riemann-tools/compare/v1.9.1...v1.10.0)

**Implemented enhancements:**

- Add support for options with spaces to `riemann-wrapper` [\#280](/~https://github.com/riemann/riemann-tools/pull/280) ([smortex](/~https://github.com/smortex))

## [v1.9.1](/~https://github.com/riemann/riemann-tools/tree/v1.9.1) (2023-12-08)

[Full Changelog](/~https://github.com/riemann/riemann-tools/compare/v1.9.0...v1.9.1)
Expand All @@ -21,10 +29,6 @@

- Fix `riemann-haproxy` with Ruby 3.0+ [\#273](/~https://github.com/riemann/riemann-tools/pull/273) ([smortex](/~https://github.com/smortex))

**Merged pull requests:**

- Bump actions/checkout from 3 to 4 [\#271](/~https://github.com/riemann/riemann-tools/pull/271) ([dependabot[bot]](/~https://github.com/apps/dependabot))

## [v1.8.2](/~https://github.com/riemann/riemann-tools/tree/v1.8.2) (2023-05-22)

[Full Changelog](/~https://github.com/riemann/riemann-tools/compare/v1.8.1...v1.8.2)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'github_changelog_generator/task'
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.user = 'riemann'
config.project = 'riemann-tools'
config.exclude_labels = ['skip-changelog']
config.exclude_labels = %w[dependencies skip-changelog]
config.future_release = "v#{Riemann::Tools::VERSION}"
end

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.9.1'
VERSION = '1.10.0'
end
end

0 comments on commit 68f7712

Please sign in to comment.