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 bf87415 commit 19a7675Copy full SHA for 19a7675
Changelog.md
@@ -2,6 +2,12 @@
2
3
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v3.1.6...main)
4
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
11
## 3.1.6
12
13
* Fix: Restore previous parser behavior of returning existing variables by @bkeepers in https://github.com/bkeepers/dotenv/pull/519
lib/dotenv/version.rb
@@ -1,3 +1,3 @@
1
module Dotenv
- VERSION = "3.1.6".freeze
+ VERSION = "3.1.7".freeze
end
0 commit comments