Skip to content

Commit

Permalink
Prepare for 3.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Feb 26, 2024
1 parent 86d75d1 commit 87cd07e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changelog.md
Expand Up @@ -2,6 +2,20 @@

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

## 3.0.3

**What's Changed**
* Solve circular require warning by @martijnbolhuis in https://github.com/bkeepers/dotenv/pull/491
* Use tagged logger already configured on Rails by @kriansa in https://github.com/bkeepers/dotenv/pull/489
* Fix exception on startup for Rails 7.1.0 by @bkeepers and @zspencer in https://github.com/bkeepers/dotenv/pull/492

**New Contributors**
* @zspencer made their first contribution in https://github.com/bkeepers/dotenv/pull/492
* @martijnbolhuis made their first contribution in https://github.com/bkeepers/dotenv/pull/491
* @kriansa made their first contribution in https://github.com/bkeepers/dotenv/pull/489

**Full Changelog**: https://github.com/bkeepers/dotenv/compare/v3.0.2...v3.0.3

## 3.0.2

* Fix: Restore ability to mutate Dotenv::Rails.files by @bkeepers in https://github.com/bkeepers/dotenv/pull/486
Expand Down
2 changes: 1 addition & 1 deletion lib/dotenv/version.rb
@@ -1,3 +1,3 @@
module Dotenv
VERSION = "3.0.2".freeze
VERSION = "3.0.3".freeze
end

0 comments on commit 87cd07e

Please sign in to comment.