From ea855ee64b1935bf6a869f3ecfa1e0e097b40b34 Mon Sep 17 00:00:00 2001 From: Carlos Morales Date: Thu, 8 Apr 2021 12:16:47 +0200 Subject: [PATCH] Release v0.3.5 :bookmark: --- CHANGELOG.md | 2 ++ Gemfile.lock | 6 +++--- lib/kb/version.rb | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2085d2..9cfefc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [0.3.5] - Add Dry gem and setup config - Add cache as gem config settings - Add log level as gem config settings diff --git a/Gemfile.lock b/Gemfile.lock index 66548ea..5f51b51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kb (0.3.4) + kb (0.3.5) activemodel (>= 4.0.2) activerecord activesupport (>= 3.0.0) @@ -10,9 +10,9 @@ PATH faraday-http faraday_middleware i18n - kb-fake (0.3.4) + kb-fake (0.3.5) activesupport (>= 3.0.0) - kb (= 0.3.4) + kb (= 0.3.5) sinatra webmock diff --git a/lib/kb/version.rb b/lib/kb/version.rb index f48c45a..f9f482c 100644 --- a/lib/kb/version.rb +++ b/lib/kb/version.rb @@ -1,3 +1,3 @@ module KB - VERSION = '0.3.4'.freeze + VERSION = '0.3.5'.freeze end