Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abelardogilm committed May 19, 2021
1 parent 1181a93 commit 514fbee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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.4.1]
- Add Pet Upsert method

## [0.4.0]
Expand Down Expand Up @@ -67,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.1] - 2020-01-12
- Init Version: Breeds and limited PetParents/Consultations

[Unreleased]: https://github.com/barkibu/kb-ruby/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/barkibu/kb-ruby/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/barkibu/kb-ruby/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/barkibu/kb-ruby/compare/v0.3.6...v0.4.0
[0.3.6]: https://github.com/barkibu/kb-ruby/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/barkibu/kb-ruby/compare/v0.3.4...v0.3.5
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.4.0'.freeze
VERSION = '0.4.1'.freeze
end

0 comments on commit 514fbee

Please sign in to comment.