Skip to content

Commit

Permalink
Release dotenv 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nordman committed Feb 22, 2019
1 parent 56516b1 commit 914cc3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

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

## 2.7.0 - February 21, 2019

* Add Dotenv.parse method ([#362](https://github.com/bkeepers/dotenv/pull/362))
* Add Support for Rails 6.0 ([#370](https://github.com/bkeepers/dotenv/pull/370))
* Improve dotenv CLI output ([#374](https://github.com/bkeepers/dotenv/pull/374))
* Add GitHub Actions automation ([#369](https://github.com/bkeepers/dotenv/pull/369))
* Test against Ruby 2.6 ([#372](https://github.com/bkeepers/dotenv/pull/372))

## 2.6.0 - January 5, 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.6.0".freeze
VERSION = "2.7.0".freeze
end

0 comments on commit 914cc3a

Please sign in to comment.