Skip to content

Commit

Permalink
Merge pull request #333 from bkeepers/version-2.3.0
Browse files Browse the repository at this point in the history
Version 2.3.0
  • Loading branch information
jonmagic authored Apr 19, 2018
2 parents 3f9fad9 + a7794c6 commit 453a6e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

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

## 2.3.0 - Apr 19, 2018

* Skip over lines that don't set an envvars ([#291](https://github.com/bkeepers/dotenv/pull/291))
* Document the -f flag ([#310](https://github.com/bkeepers/dotenv/pull/310))
* Existing variable takes precendence when performing substitution ([#313](https://github.com/bkeepers/dotenv/pull/313))
* Parse multiline values ([#318](https://github.com/bkeepers/dotenv/pull/318), [#329](https://github.com/bkeepers/dotenv/pull/329))
* Fix load to respect existing environment variables over env file when doing variable interpolation ([#323](https://github.com/bkeepers/dotenv/pull/323))
* Add gem version badge to README.md ([#328](https://github.com/bkeepers/dotenv/pull/328))
* Rescue from bundler require error ([#330](https://github.com/bkeepers/dotenv/pull/330))

## 2.2.2 - Apr 9, 2018

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.2.2".freeze
VERSION = "2.3.0".freeze
end

0 comments on commit 453a6e4

Please sign in to comment.