File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- [ Unreleased changes] ( https://github.com/bkeepers/dotenv/compare/v3.1.0...main )
3
+ [ Unreleased changes] ( https://github.com/bkeepers/dotenv/compare/v3.1.2...main )
4
+
5
+ ## 3.1.2
6
+
7
+ * Fix: "can't modify frozen Hash" when stubbing ENV by @bkeepers in https://github.com/bkeepers/dotenv/pull/504
8
+
9
+ ** Full Changelog** : https://github.com/bkeepers/dotenv/compare/v3.1.1...v3.1.2
10
+
11
+ ## 3.1.1
12
+
13
+ ** What's Changed**
14
+ * Require version file so VERSION is available by @javierjulio in https://github.com/bkeepers/dotenv/pull/495
15
+ * Fix template (-t) handling of multi-line variables by @maxjacobson in https://github.com/bkeepers/dotenv/pull/502
16
+ * Guard against restore being called with no previously saved state by @bkeepers in https://github.com/bkeepers/dotenv/pull/503
17
+
18
+ ** New Contributors**
19
+ * @javierjulio made their first contribution in https://github.com/bkeepers/dotenv/pull/495
20
+ * @maxjacobson made their first contribution in https://github.com/bkeepers/dotenv/pull/502
21
+
22
+ ** Full Changelog** : https://github.com/bkeepers/dotenv/compare/v3.1.0...v3.1.1
4
23
5
24
## 3.1.0
6
25
Original file line number Diff line number Diff line change 1
1
module Dotenv
2
- VERSION = "3.1.1 " . freeze
2
+ VERSION = "3.1.2 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments