Skip to content

Commit 19a7675

Browse files
committed
Prepare for 3.1.7 release
1 parent bf87415 commit 19a7675

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
@@ -2,6 +2,12 @@
22

33
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v3.1.6...main)
44

5+
## 3.1.7
6+
7+
* Fix issue with repeated linebreaks when normalizing line endings by @bkeepers in https://github.com/bkeepers/dotenv/pull/523
8+
9+
**Full Changelog**: https://github.com/bkeepers/dotenv/compare/v3.1.6...v3.1.7
10+
511
## 3.1.6
612

713
* Fix: Restore previous parser behavior of returning existing variables by @bkeepers in https://github.com/bkeepers/dotenv/pull/519

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.6".freeze
2+
VERSION = "3.1.7".freeze
33
end

0 commit comments

Comments
 (0)