Skip to content

Commit

Permalink
Update changelog and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhansg committed Jan 14, 2021
1 parent 71f03f1 commit 379cace
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [0.1.17] - 2021-01-14

- Update HMAC input.

## [0.1.16] - 2020-04-10

- Add new model `Company` and resources.
Expand Down
2 changes: 1 addition & 1 deletion lib/unleashed/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Unleashed
module Version
MAJOR = 0
MINOR = 1
TINY = 16
TINY = 17

STRING = "#{MAJOR}.#{MINOR}.#{TINY}".freeze
end
Expand Down

0 comments on commit 379cace

Please sign in to comment.