Skip to content

Commit

Permalink
Prepare for 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Feb 14, 2024
1 parent ac8ea76 commit 09caa4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 3.0.1

**What's Changed**

* Disable autorestore if using climate_control or ice_age by @bkeepers in https://github.com/bkeepers/dotenv/pull/483
* Join files to Rails.root at load time by @bkeepers in https://github.com/bkeepers/dotenv/pull/484
* Manually check optional Rails dependency version by @bkeepers in https://github.com/bkeepers/dotenv/pull/481

**Full Changelog**: https://github.com/bkeepers/dotenv/compare/v3.0.0...v3.0.1

## 3.0.0

**Breaking Changes**
Expand Down
2 changes: 1 addition & 1 deletion lib/dotenv/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dotenv
VERSION = "3.0.0".freeze
VERSION = "3.0.1".freeze
end

0 comments on commit 09caa4d

Please sign in to comment.