Skip to content

Commit 0b7d90e

Browse files
committed
Bump to version 4.1.0
1 parent 87709f9 commit 0b7d90e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.1.0
4+
5+
### Bug fixes
6+
7+
* Only load `Railtie` integration if `Rails::Railtie` is defined ([#319](https://github.com/rubyconfig/config/pull/319))
8+
* Fix indentation warning in Ruby 3.1 ([#322](https://github.com/rubyconfig/config/pull/322))
9+
310
## 4.0.0
411

512
### BREAKING CHANGES

lib/config/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Config
2-
VERSION = '4.0.0'.freeze
2+
VERSION = '4.1.0'.freeze
33
end

0 commit comments

Comments
 (0)