Skip to content

Commit 68f7712

Browse files
authored
Merge pull request #281 from riemann/release
Release 1.10.0
2 parents 5d4951f + bc845eb commit 68f7712

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

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

3+
## [v1.10.0](https://github.com/riemann/riemann-tools/tree/v1.10.0) (2024-01-13)
4+
5+
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.9.1...v1.10.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Add support for options with spaces to `riemann-wrapper` [\#280](https://github.com/riemann/riemann-tools/pull/280) ([smortex](https://github.com/smortex))
10+
311
## [v1.9.1](https://github.com/riemann/riemann-tools/tree/v1.9.1) (2023-12-08)
412

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

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

24-
**Merged pull requests:**
25-
26-
- Bump actions/checkout from 3 to 4 [\#271](https://github.com/riemann/riemann-tools/pull/271) ([dependabot[bot]](https://github.com/apps/dependabot))
27-
2832
## [v1.8.2](https://github.com/riemann/riemann-tools/tree/v1.8.2) (2023-05-22)
2933

3034
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.8.1...v1.8.2)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require 'github_changelog_generator/task'
77
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
88
config.user = 'riemann'
99
config.project = 'riemann-tools'
10-
config.exclude_labels = ['skip-changelog']
10+
config.exclude_labels = %w[dependencies skip-changelog]
1111
config.future_release = "v#{Riemann::Tools::VERSION}"
1212
end
1313

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.9.1'
5+
VERSION = '1.10.0'
66
end
77
end

0 commit comments

Comments
 (0)