Skip to content

Commit 1ee5884

Browse files
committed
Release 3.1.2
1 parent ea5de88 commit 1ee5884

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Changelog.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

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
423

524
## 3.1.0
625

lib/dotenv/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dotenv
2-
VERSION = "3.1.1".freeze
2+
VERSION = "3.1.2".freeze
33
end

0 commit comments

Comments
 (0)