Skip to content

Commit

Permalink
Release version 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nordman committed Jul 11, 2020
1 parent 08f2214 commit 9e101a5
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.5...master)
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.7.6...master)

## 2.7.6 - July 11, 2020

* Add a Dotenv::Railtie.overload method [#403](https://github.com/bkeepers/dotenv/pull/403)
* Support for more Rails versions [#404](https://github.com/bkeepers/dotenv/pull/404)
* Fix template handling of blank lines and comments [#413](https://github.com/bkeepers/dotenv/pull/413)
* Fix for dotenv-rails Rake task environment allocation[#405](https://github.com/bkeepers/dotenv/pull/405)

## 2.7.5 - July 31st, 2019

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

0 comments on commit 9e101a5

Please sign in to comment.