Skip to content

Commit cac7ee8

Browse files
committed
Bump version to 0.9.2
1 parent e384774 commit cac7ee8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.9.2
4+
5+
- Fix double log issue in Rails 7.1+
6+
37
## 0.9.1
48

59
- Remove Rails 8 from CI

lib/epilog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Epilog
4-
VERSION = '0.9.1'
4+
VERSION = '0.9.2'
55

66
def self.version
77
Gem::Version.new(VERSION)

0 commit comments

Comments
 (0)