We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87709f9 commit 0b7d90eCopy full SHA for 0b7d90e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 4.0.0
11
12
### BREAKING CHANGES
lib/config/version.rb
@@ -1,3 +1,3 @@
module Config
- VERSION = '4.0.0'.freeze
+ VERSION = '4.1.0'.freeze
end
0 commit comments