Skip to content

Commit

Permalink
Bump version 0.32.5, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kangkyu committed Nov 7, 2019
1 parent 8ca33fb commit 0ff0dd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@ For more information about changelogs, check
[Keep a Changelog](http://keepachangelog.com) and
[Vandamme](http://tech-angels.github.io/vandamme).


## 0.32.5 - 2019-11-06

* [BUGFIX] Fix `MatchPolicy#update` and `Asset#update` by using `PUT` instead of `PATCH`
* Update `bin/yt` file to keep `yt info` command work

## 0.32.4 - 2019-06-26

* [FEATURE] Add `ownership_effective` method to access asset ownership ("effective") via the asset object.
Expand Down
2 changes: 1 addition & 1 deletion lib/yt/version.rb
@@ -1,3 +1,3 @@
module Yt
VERSION = '0.32.4'
VERSION = '0.32.5'
end

0 comments on commit 0ff0dd0

Please sign in to comment.