We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0588be commit 9c35a5dCopy full SHA for 9c35a5d
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
...
6
7
+## 3.1.1
8
+
9
+### Bug fixes
10
11
+* Allow the use of unsafe YAML parsing features when using psych >= 4 ([#306](https://github.com/railsconfig/config/issues/306))
12
13
## 3.1.0
14
15
### New features
lib/config/version.rb
@@ -1,3 +1,3 @@
1
module Config
2
- VERSION = '3.1.0'.freeze
+ VERSION = '3.1.1'.freeze
3
end
0 commit comments