Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
Added
- Test with ruby 3.1 and 3.0 (#65)
- Add ActiveSupport versions into the test matrix (#77)
- Add a wrap method to support BroadcastLogger (#63)
  • Loading branch information
agrare committed Sep 30, 2024
1 parent f11de9c commit 1ed2572
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.2.0] - 2024-09-30
### Added
- Test with ruby 3.1 and 3.0 [(#65)](https://github.com/ManageIQ/manageiq-loggers/pull/65)
- Add ActiveSupport versions into the test matrix [(#77)](https://github.com/ManageIQ/manageiq-loggers/pull/77)
- Add a wrap method to support BroadcastLogger [(#63)](https://github.com/ManageIQ/manageiq-loggers/pull/63)

## [1.1.1] - 2023-12-13
### Fixed
- Fix Journald::Formatter's arguments list [(#61)](https://github.com/ManageIQ/manageiq-loggers/pull/61)
Expand Down Expand Up @@ -92,7 +98,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.0] - 2019-01-08

[Unreleased]: https://github.com/ManageIQ/manageiq-loggers/compare/v1.1.1...master
[Unreleased]: https://github.com/ManageIQ/manageiq-loggers/compare/v1.2.0...master
[1.2.0]: https://github.com/ManageIQ/manageiq-loggers/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/ManageIQ/manageiq-loggers/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/ManageIQ/manageiq-loggers/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/ManageIQ/manageiq-loggers/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion lib/manageiq/loggers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ManageIQ
module Loggers
VERSION = "1.1.1".freeze
VERSION = "1.2.0".freeze
end
end

0 comments on commit 1ed2572

Please sign in to comment.