From c860b97f5b37fea897621d8052de0319f23b274e Mon Sep 17 00:00:00 2001 From: RonnyLV Date: Tue, 4 Jun 2024 14:43:17 +0300 Subject: [PATCH] Release v3.0.0 --- README.md | 4 ++++ cmd/root.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6904ff..391010e 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,10 @@ Optionally, you may rename included `config-example.yml` to `config.yml` and set Only one concurrent request per token is allowed. ## Changes +**3.0.0 (Jun 04, 2024)** +- Upgraded lokalise-go-api to v4, which includes breaking changes +- Added support for cursor based pagination for Keys and Translations endpoints + **2.6.14 (May 29, 2024)** - Fix module versioning diff --git a/cmd/root.go b/cmd/root.go index 402a296..8a96272 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -13,7 +13,7 @@ import ( ) const ( - Version = "2.6.14" + Version = "3.0.0" DefaultPageLimit = 5000 )