Skip to content

Commit 9c35a5d

Browse files
committed
Bump to version 3.1.1
1 parent c0588be commit 9c35a5d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.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+
713
## 3.1.0
814

915
### New features

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.1.0'.freeze
2+
VERSION = '3.1.1'.freeze
33
end

0 commit comments

Comments
 (0)