Skip to content

Commit

Permalink
Prepare for 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Feb 27, 2024
1 parent 90ffc9d commit f2d52d9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 3.1.0

**What's Changed**
* Fix regression with semantic-logger, allow setting custom logger by @bkeepers in https://github.com/bkeepers/dotenv/pull/494
```ruby
# config/application.rb

# Set a custom dotenv logger
Dotenv::Rails.logger = MyCustomLogger.new

module YourApp
class Application < Rails::Application
#
end
end
```

## 3.0.3

**What's Changed**
Expand Down

0 comments on commit f2d52d9

Please sign in to comment.