diff --git a/CHANGELOG.md b/CHANGELOG.md index e649252..7fb24e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/loga/version.rb b/lib/loga/version.rb index a80c433..ad0495c 100644 --- a/lib/loga/version.rb +++ b/lib/loga/version.rb @@ -1,3 +1,3 @@ module Loga - VERSION = '2.8.0'.freeze + VERSION = '2.8.1'.freeze end