Skip to content

Commit 284e4e6

Browse files
author
Andrew Nordman
committed
Version bump to 2.7.5
1 parent 93f2ca9 commit 284e4e6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Changelog.md

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

3-
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.7.4...master)
3+
[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)
49

510
## 2.7.4 - June 23rd, 2019
611

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

0 commit comments

Comments
 (0)