CHANGELOG.md in lokalise_manager-2.1.0 vs CHANGELOG.md in lokalise_manager-2.2.0
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 2.2.0 (23-Feb-22)
+
+* Use ruby-lokalise-api v5
+* Don't use any compression options (compression is now enabled by default)
+* Update tests
+
## 2.1.0 (27-Jan-22)
* **Breaking change**: `export!` will now return an array of objects responding to the following methods:
+ `success` — usually returns `true` (to learn more, check documentation for the `:raise_on_export_fail` option below)
+ `process` — returns an object (an instance of the `Lokalise::Resources::QueuedProcess`) representing a [queued background process](https://lokalise.github.io/ruby-lokalise-api/api/queued-processes) as uploading is done in the background on Lokalise. You can use this object to check the process status (whether the uploading is completed or not).
\ No newline at end of file