diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d616ea..3a1917d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.6.0] - 2021-12-22 +### Added +- Allow using the gem with rails 7 +- Add a build for ruby 3.0 + +### Removed +- Remove build for ruby 2.3 + ## [2.5.4] - 2021-03-24 ### Fixed - Remove state from Rack middleware, to prevent race conditions where one request would overwrite the state of another diff --git a/lib/loga/version.rb b/lib/loga/version.rb index 57993e3..eae6033 100644 --- a/lib/loga/version.rb +++ b/lib/loga/version.rb @@ -1,3 +1,3 @@ module Loga - VERSION = '2.5.4'.freeze + VERSION = '2.6.0'.freeze end