From ee3975c208b2f490835cf49a9cebf61d529c0415 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Tue, 17 Sep 2024 23:52:53 -0400 Subject: [PATCH] Prepare for 3.1.4 release --- Changelog.md | 9 +++++++++ lib/dotenv/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ab7254a..c49f2d4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/lib/dotenv/version.rb b/lib/dotenv/version.rb index 5a008af..48e1ebd 100644 --- a/lib/dotenv/version.rb +++ b/lib/dotenv/version.rb @@ -1,3 +1,3 @@ module Dotenv - VERSION = "3.1.3".freeze + VERSION = "3.1.4".freeze end