From 78679df10c50446c7f795666a360e1304dcfd954 Mon Sep 17 00:00:00 2001 From: Roberto Date: Tue, 31 Jan 2023 18:11:28 +0100 Subject: [PATCH] 0.1.2: --- CHANGELOG.md | 4 ++++ lib/yabeda/shoryuken/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1163dc..d75c5f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.1.2 - 2023-01-31 + +- Removed unused dependency gems from gemspec. @retsef + ## 0.1.1 - 2023-01-30 - Fix Shoryuken::ClientMiddleware implementation. @retsef diff --git a/lib/yabeda/shoryuken/version.rb b/lib/yabeda/shoryuken/version.rb index 6bb08ac..bd96eae 100644 --- a/lib/yabeda/shoryuken/version.rb +++ b/lib/yabeda/shoryuken/version.rb @@ -2,6 +2,6 @@ module Yabeda module Shoryuken - VERSION = '0.1.1' + VERSION = '0.1.2' end end