Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dickdavis committed Oct 14, 2023
1 parent d5c27c1 commit fe05824
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]
## [0.3.1] - 2023-10-14

### Added

- Added support for using `EventLoggerRails::JsonLogger` as a Rails logger replacement.

## [0.3.0] - 2023-10-05

### Added

Expand Down Expand Up @@ -64,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/d3d1rty/event_logger_rails/compare/0.3.0...HEAD
[Unreleased]: https://github.com/d3d1rty/event_logger_rails/compare/0.3.1...HEAD
[0.3.0]: https://github.com/d3d1rty/event_logger_rails/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/d3d1rty/event_logger_rails/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/d3d1rty/event_logger_rails/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/d3d1rty/event_logger_rails/compare/0.1.0...0.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/event_logger_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EventLoggerRails
VERSION = '0.3.0'
VERSION = '0.3.1'
end

0 comments on commit fe05824

Please sign in to comment.