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 93f2ca9 commit 284e4e6Copy full SHA for 284e4e6
Changelog.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.7.4...master)
+[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.7.5...master)
4
+
5
+## 2.7.5 - July 31st, 2019
6
7
+* Fix for \s after separator [#399](https://github.com/bkeepers/dotenv/pull/399)
8
+* README formatting updates [#398](https://github.com/bkeepers/dotenv/pull/398)
9
10
## 2.7.4 - June 23rd, 2019
11
lib/dotenv/version.rb
@@ -1,3 +1,3 @@
module Dotenv
- VERSION = "2.7.4".freeze
+ VERSION = "2.7.5".freeze
end
0 commit comments