File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 ) )
4
12
5
13
## 2.6.0 - January 5, 2019
6
14
Original file line number Diff line number Diff line change 1
1
module Dotenv
2
- VERSION = "2.6 .0" . freeze
2
+ VERSION = "2.7 .0" . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments