Skip to content

Commit a813aea

Browse files
committed
Bump the version
1 parent 2a0e62c commit a813aea

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.8.1] - 2025-08-28
8+
### Added
9+
- Test against rails 7.2
10+
### Fixed
11+
- Support for rails 8.0
12+
713
## [2.8.1] - 2023-02-12
814
### Added
915
- Improve CI pipeline

lib/loga/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Loga
2-
VERSION = '2.8.1'.freeze
2+
VERSION = '2.9.0'.freeze
33
end

0 commit comments

Comments
 (0)