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