From 44b58c3bba32bf174f642523158d24b71503c190 Mon Sep 17 00:00:00 2001 From: Sunny Ripert Date: Mon, 27 May 2024 16:26:48 +0200 Subject: [PATCH] =?UTF-8?q?v3.9.2=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ Gemfile.lock | 4 ++-- lib/service_actor/version.rb | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ea043..c2a6758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## unreleased +## v3.9.2 + Fixes: - Add `#nil?` method to `ServiceActor::Result` (#146) - Add `#methods` method to `ServiceActor::Result` (#146) diff --git a/Gemfile.lock b/Gemfile.lock index 1cf655a..a855c74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - service_actor (3.9.1) + service_actor (3.9.2) zeitwerk (>= 1.0) GEM @@ -124,7 +124,7 @@ GEM strscan (3.1.0) unicode-display_width (2.5.0) version_gem (1.1.4) - zeitwerk (2.6.13) + zeitwerk (2.6.15) PLATFORMS ruby diff --git a/lib/service_actor/version.rb b/lib/service_actor/version.rb index 0f87df9..c3f056c 100644 --- a/lib/service_actor/version.rb +++ b/lib/service_actor/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ServiceActor - VERSION = "3.9.1" + VERSION = "3.9.2" end