From a5d04a2b053099c9bdd54ffe7c52731c4a06c878 Mon Sep 17 00:00:00 2001 From: "David Muto (pseudomuto)" Date: Wed, 29 Jan 2020 20:18:36 -0500 Subject: [PATCH] Bumping version to 1.4.0 --- CHANGELOG.md | 4 +++- lib/letter_opener_web/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19bd096..775a751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## [Unreleased](https://github.com/fgrehm/letter_opener_web/compare/v1.3.4...master) +## [Unreleased](https://github.com/fgrehm/letter_opener_web/compare/v1.4.0...master) + +## [1.4.0](https://github.com/fgrehm/letter_opener_web/compare/v1.3.4...v1.4.0) (Jan 29, 2020) - Removed the dependency on the asset pipeline. Good news for API-only apps! [#83](https://github.com/fgrehm/letter_opener_web/pull/83) - Avoid `require_dependency` if Zeitwerk is enabled [#98](https://github.com/fgrehm/letter_opener_web/pull/98) diff --git a/lib/letter_opener_web/version.rb b/lib/letter_opener_web/version.rb index 46670a6..6432bd6 100644 --- a/lib/letter_opener_web/version.rb +++ b/lib/letter_opener_web/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module LetterOpenerWeb - VERSION = '1.3.4' + VERSION = '1.4.0' end