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 6a5615d commit 6dd0385Copy full SHA for 6dd0385
Changelog.md
@@ -2,6 +2,10 @@
2
3
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v3.0.0...main)
4
5
+## 3.0.2
6
+
7
+* Fix: Restore ability to mutate Dotenv::Rails.files by @bkeepers in https://github.com/bkeepers/dotenv/pull/486
8
9
## 3.0.1
10
11
**What's Changed**
lib/dotenv/version.rb
@@ -1,3 +1,3 @@
1
module Dotenv
- VERSION = "3.0.1".freeze
+ VERSION = "3.0.2".freeze
end
0 commit comments