Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoralesweb committed Apr 8, 2021
2 parents 60cacdb + 11c762e commit 16a065b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kb (0.3.4)
kb (0.3.5)
activemodel (>= 4.0.2)
activerecord
activesupport (>= 3.0.0)
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/kb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module KB
VERSION = '0.3.4'.freeze
VERSION = '0.3.5'.freeze
end

0 comments on commit 16a065b

Please sign in to comment.