Skip to content

Commit

Permalink
Merge pull request #7 from opus-codium/release
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
smortex authored Jan 12, 2024
2 parents 024b54a + afdf227 commit cab3d50
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [v1.0.1](https://github.com/opus-codium/riemann-syslog-ng/tree/v1.0.1) (2024-01-12)

[Full Changelog](https://github.com/opus-codium/riemann-syslog-ng/compare/v1.0.0...v1.0.1)

**Fixed bugs:**

- Recover when syslog-ng is restarted [\#2](https://github.com/opus-codium/riemann-syslog-ng/pull/2) ([smortex](https://github.com/smortex))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require 'github_changelog_generator/task'
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.user = 'opus-codium'
config.project = 'riemann-syslog-ng'
config.exclude_labels = ['skip-changelog']
config.exclude_labels = %w[dependencies skip-changelog]
config.future_release = "v#{Riemann::Tools::SyslogNg::VERSION}"
config.since_tag = 'v1.0.0'
end
2 changes: 1 addition & 1 deletion lib/riemann/tools/syslog_ng/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Riemann
module Tools # :nodoc:
class SyslogNg
VERSION = '1.0.0'
VERSION = '1.0.1'
end
end
end

0 comments on commit cab3d50

Please sign in to comment.