Skip to content

Commit 914cc3a

Browse files
author
Andrew Nordman
committed
Release dotenv 2.7.0
1 parent 56516b1 commit 914cc3a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.6.0...master)
3+
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.7.0...master)
4+
5+
## 2.7.0 - February 21, 2019
6+
7+
* Add Dotenv.parse method ([#362](https://github.com/bkeepers/dotenv/pull/362))
8+
* Add Support for Rails 6.0 ([#370](https://github.com/bkeepers/dotenv/pull/370))
9+
* Improve dotenv CLI output ([#374](https://github.com/bkeepers/dotenv/pull/374))
10+
* Add GitHub Actions automation ([#369](https://github.com/bkeepers/dotenv/pull/369))
11+
* Test against Ruby 2.6 ([#372](https://github.com/bkeepers/dotenv/pull/372))
412

513
## 2.6.0 - January 5, 2019
614

lib/dotenv/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dotenv
2-
VERSION = "2.6.0".freeze
2+
VERSION = "2.7.0".freeze
33
end

0 commit comments

Comments
 (0)