Skip to content

Commit

Permalink
Prepare for 3.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Sep 18, 2024
1 parent fe760d1 commit ee3975c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v3.1.3...main)

## 3.1.4

* Fix an error when only the `Spring::Client` is loaded by @alpaca-tc in https://github.com/bkeepers/dotenv/pull/512

### New Contributors
* @alpaca-tc made their first contribution in https://github.com/bkeepers/dotenv/pull/512

**Full Changelog**: https://github.com/bkeepers/dotenv/compare/v3.1.3...v3.1.4

## 3.1.3

* Only use Spring if already loaded by @runephilosof-abtion in https://github.com/bkeepers/dotenv/pull/511
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 = "3.1.3".freeze
VERSION = "3.1.4".freeze
end

0 comments on commit ee3975c

Please sign in to comment.