CHANGELOG.md in calendlyr-0.7.4 vs CHANGELOG.md in calendlyr-0.7.5
- old
+ new
@@ -1,8 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [0.7.5]
+* Fix: Calendlyr::TooManyRequests was not included in autoloading list
+* Fix: Calendlyr::ExternalCalendarError typo in class name
+
+[0.7.5]: https://github.com/araluce/calendlyr/compare/v0.7.4...v0.7.5
+
## [0.7.4]
* Fix: Error class name typo `ExternalCalendarEror` -> `ExternalCalendarError`
* Fix: Error class name typo `TooManyRequestsEror` -> `TooManyRequests`
* Updating rubies versions in CI to add 3.3
* Adding total rubygems downloads badge to README