Skip to content

Commit

Permalink
Prepare for 2.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jul 26, 2022
1 parent d93a95b commit 36c117c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.7.6...master)
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.8.0...master)

## 2.8.0 - July 26, 2022

* Drop support for Ruby 2.4, 2.5, and 2.6, which are EOL
* Fix template (-t) handling of export declarations [#416](https://github.com/bkeepers/dotenv/pull/416)
* Unescape escaped characters when value is not quoted [#421](https://github.com/bkeepers/dotenv/pull/421)
* Add overload option for the CLI (`$ dotenv --overload -f .env.local`) [#445](https://github.com/bkeepers/dotenv/pull/445)

## 2.7.6 - July 11, 2020

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 = "2.7.6".freeze
VERSION = "2.8.0".freeze
end

0 comments on commit 36c117c

Please sign in to comment.