From af1a5f5905899c8333a4d260ced4c322917337cc Mon Sep 17 00:00:00 2001 From: Aleksandar Ivanov Date: Mon, 12 Feb 2024 14:20:59 +0200 Subject: [PATCH] Bump version to 2.8.1 Fix logging of exceptions in rails 7.1 Update the CI pipeline --- CHANGELOG.md | 6 ++++++ lib/loga/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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