Skip to content

Commit

Permalink
Bump to version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlarose committed Nov 11, 2022
1 parent 87709f9 commit 0b7d90e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## 4.1.0

### Bug fixes

* Only load `Railtie` integration if `Rails::Railtie` is defined ([#319](https://github.com/rubyconfig/config/pull/319))
* Fix indentation warning in Ruby 3.1 ([#322](https://github.com/rubyconfig/config/pull/322))

## 4.0.0

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion lib/config/version.rb
@@ -1,3 +1,3 @@
module Config
VERSION = '4.0.0'.freeze
VERSION = '4.1.0'.freeze
end

0 comments on commit 0b7d90e

Please sign in to comment.