Skip to content

Commit

Permalink
Bump to version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlarose committed Apr 10, 2021
1 parent becfc06 commit fe90938
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

...

## 3.1.0

### New features

* Evaluating ERB in YAML files can now be disabled with `Config.evaluate_erb_in_yaml = false`. The default value for this option is `true` for backwards-compatibility. ([#303](https://github.com/rubyconfig/config/pull/303))

## 3.0.0

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion lib/config/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Config
VERSION = '3.0.0'.freeze
VERSION = '3.1.0'.freeze
end

0 comments on commit fe90938

Please sign in to comment.