Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyLV committed Jun 4, 2024
1 parent dd7871b commit c860b97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
Version = "2.6.14"
Version = "3.0.0"
DefaultPageLimit = 5000
)

Expand Down

0 comments on commit c860b97

Please sign in to comment.