Skip to content

Commit 5efb753

Browse files
authored
Merge pull request #196 from switcherapi/staging
Release notes for 1.3.5
2 parents 60d59b6 + f4d1124 commit 5efb753

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
- 1.3.5:
4+
- Added support to Strategy Payload Validation
5+
- Added event handler for SnapshotWatch
6+
- Added support to external context initiatilization SwitcherContextBase
7+
- Fixed issues with loading snapshot from location/file
8+
- Updated com.google.code.gson:gson from 2.8.6 to 2.9.0
9+
- Updated Jersey dependencies from 2.35 to 2.36
10+
- Improved codebase - refactored Constants and API/Local implementation
311
- 1.3.4:
412
- Added support to default values for the environment properties file
513
- Updated org.junit.jupiter:junit-jupiter-api from 5.8.1 to 5.8.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@ void testMyFeature() {
248248

249249
## Change Log
250250

251-
List of published versions: [Change Log](https://github.com/petruki/switcher-client/blob/master/CHANGELOG.md)
251+
List of published versions: [Change Log](https://github.com/switcherapi/switcher-client/blob/master/CHANGELOG.md)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.github.switcherapi</groupId>
99
<artifactId>switcher-client</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.3.5-SNAPSHOT</version>
11+
<version>1.3.5</version>
1212

1313
<name>Switcher Client</name>
1414
<description>Switcher Client SDK for working with Switcher API</description>

0 commit comments

Comments
 (0)