Skip to content

Commit

Permalink
Bump version to 2.7.3, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nordman committed Jun 22, 2019
1 parent 858ecfe commit f27e550
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

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

## 2.7.3 - June 22nd, 2019

* Fix for parallel spec tasks initializing in development [#384](https://github.com/bkeepers/dotenv/pull/384)
* Test against updated rubies [#383](https://github.com/bkeepers/dotenv/pull/383), [#387](https://github.com/bkeepers/dotenv/pull/387)
* Conditional branch cleanup for clarity of intent [#385](https://github.com/bkeepers/dotenv/pull/385)
* Fix for load order issue with Railties [#391](https://github.com/bkeepers/dotenv/pull/391)
* NEW: dotenv-templates using the -t flag [#377](https://github.com/bkeepers/dotenv/pull/377), [#393](https://github.com/bkeepers/dotenv/pull/393)


## 2.7.2 - March 25th, 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.2".freeze
VERSION = "2.7.3".freeze
end

0 comments on commit f27e550

Please sign in to comment.