Skip to content

Commit 6dd0385

Browse files
committed
Prepare for 3.0.2
1 parent 6a5615d commit 6dd0385

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v3.0.0...main)
44

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+
59
## 3.0.1
610

711
**What's Changed**

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

0 commit comments

Comments
 (0)