diff --git a/CHANGELOG.md b/CHANGELOG.md index bd270747b..b9ac36523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.5.1] + +### Added + +- Ability to exclude target languages for source files ([#331](https://github.com/crowdin/crowdin-cli/pull/331)) +- Ability to ignore hidden files during sources upload ([#331](https://github.com/crowdin/crowdin-cli/pull/331)) + +### Fixed + +- Fix 'glossary list --verbose' for non-managers ([#331](https://github.com/crowdin/crowdin-cli/pull/331)) +- Fix 'download targets' for enterprise ([#331](https://github.com/crowdin/crowdin-cli/pull/331)) +- Fix one message and add handler to 'add source' request ([#331](https://github.com/crowdin/crowdin-cli/pull/331)) + ## [3.5.0] ### Added diff --git a/build.gradle b/build.gradle index e1f01c2f2..026901e94 100755 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { apply plugin: 'checkstyle' group 'com.crowdin' -version '3.5.0' +version '3.5.1' sourceCompatibility = 1.8 diff --git a/package-lock.json b/package-lock.json index 3f483fb6f..cf5e52496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@crowdin/cli", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f2b3c50b1..706331de9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/crowdin/crowdin-cli.git" }, - "version": "3.5.0", + "version": "3.5.1", "jdeploy": { "jar": "dist/crowdin-cli.jar" }, diff --git a/src/main/resources/crowdin.properties b/src/main/resources/crowdin.properties index 0106f0e6d..713fb6025 100755 --- a/src/main/resources/crowdin.properties +++ b/src/main/resources/crowdin.properties @@ -1,5 +1,5 @@ application.name=crowdin-cli -application.version=3.5.0 +application.version=3.5.1 application.base_url=https://api.crowdin.com application.user_agent=crowdin-java-cli application.version_file_url=https://downloads.crowdin.com/cli/v3/version.txt