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 52b9eda commit 5e738c7Copy full SHA for 5e738c7
Changelog.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
-[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.7.3...master)
+[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)
8
9
## 2.7.3 - June 22nd, 2019
10
lib/dotenv/version.rb
@@ -1,3 +1,3 @@
module Dotenv
- VERSION = "2.7.3".freeze
+ VERSION = "2.7.4".freeze
end
0 commit comments