Skip to content

Commit fe90938

Browse files
committed
Bump to version 3.1.0
1 parent becfc06 commit fe90938

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
...
66

7+
## 3.1.0
8+
9+
### New features
10+
11+
* 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))
12+
713
## 3.0.0
814

915
### BREAKING CHANGES

lib/config/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Config
2-
VERSION = '3.0.0'.freeze
2+
VERSION = '3.1.0'.freeze
33
end

0 commit comments

Comments
 (0)