CHANGELOG.md in vimeo_ruby-0.1.0 vs CHANGELOG.md in vimeo_ruby-0.2.0

- old
+ new

@@ -1,5 +1,9 @@ ## [Unreleased] +## [0.2.0] - 2022-12-28 + +- Initial User and Video classes, with beginning interface to retrieve records from the Vimeo API. Adds a connection class used to hold a collection of a users uploaded videos (VimeoRuby::User::UploadedVideoCollection) accessible by calling `VimeoRuby::User#uploaded_videos`. + ## [0.1.0] - 2022-12-25 - Initial release