CHANGELOG.md in ddy_remote_resource-1.3.2 vs CHANGELOG.md in ddy_remote_resource-1.3.3
- old
+ new
@@ -1,15 +1,23 @@
# Changelog
## [Unreleased]
+## [1.3.3] - 2023-08-20
+
+### Added
+
+- Add HTTP 429 TooManyRequests error
+
## [1.3.2] - 2023-08-08
### Added
- Allow using request body for GET requests by passing `force_get_params_in_body: true`.
- User.all(params: {ids: ids}, force_get_params_in_body: true)
+ ```ruby
+ User.all(params: {ids: ids}, force_get_params_in_body: true)
+ ```
## [1.3.1] - 2023-02-26
### Changed