CHANGELOG.md in vimeo_ruby-0.4.2 vs CHANGELOG.md in vimeo_ruby-0.4.3

- old
+ new

@@ -1,14 +1,18 @@ ## [Unreleased] +## [0.4.3] - 2022-12-29 + +- Inject `VimeoRuby::User` class in `VimeoRuby::Video::new` as default arg. + ## [0.4.2] - 2022-12-29 -- Refactor `VimeoRuby::User#uploaded_videos` method +- Refactor `VimeoRuby::User#uploaded_videos` method. ## [0.4.1] - 2022-12-29 -- Fix erroneous minor version release (yanked 0.4.0) +- Fix erroneous minor version release (yanked 0.4.0). ## [0.4.0] - 2022-12-29 - Save unnecessary call to get a users uploaded video collection if we already have it and no additional query params are passed in to `VimeoRuby::User#uploaded_videos`. @@ -20,6 +24,6 @@ - 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 +- Initial release.