CHANGELOG.md in lokalise_manager-5.1.2 vs CHANGELOG.md in lokalise_manager-6.0.0
- old
+ new
@@ -1,6 +1,18 @@
# Changelog
+## 6.0.0 (29-Nov-2024)
+
+* **Breaking change**: rename the `timeouts` config method to `additional_client_opts`. It has the same usage but now enables you to set both client timeouts and override the API host to send requests to.
+
+```ruby
+additional_client_opts: {
+ open_timeout: 100,
+ timeout: 500,
+ api_host: 'http://example.com/api'
+}
+```
+
## 5.1.2 (01-Nov-2024)
* Update dependencies
## 5.1.1 (10-May-2024)
\ No newline at end of file