Skip to content

Commit

Permalink
Bump version to 2.8.1
Browse files Browse the repository at this point in the history
Fix logging of exceptions in rails 7.1
Update the CI pipeline
  • Loading branch information
bliof-fc committed Feb 12, 2024
1 parent ac408a2 commit 7a25d03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.8.1] - 2023-02-12
### Added
- Improve CI pipeline
### Fixed
- Support for rails 7.1

## [2.8.0] - 2023-11-14
### Added
- Support open-telemetry and add trace_id and span_id to logs events
Expand Down
2 changes: 1 addition & 1 deletion lib/loga/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Loga
VERSION = '2.8.0'.freeze
VERSION = '2.8.1'.freeze
end

0 comments on commit 7a25d03

Please sign in to comment.