Skip to content

Commit 5e738c7

Browse files
author
Andrew Nordman
committed
Bump version to 2.7.4, update CHANGELOG
1 parent 52b9eda commit 5e738c7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

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

3-
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.7.3...master)
3+
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.7.4...master)
4+
5+
## 2.7.4 - June 23rd, 2019
6+
7+
* Fix `NoMethodError` in non-Rails environments [#394](https://github.com/bkeepers/dotenv/pull/394)
48

59
## 2.7.3 - June 22nd, 2019
610

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

0 commit comments

Comments
 (0)