Skip to content

Commit 8c9b4fe

Browse files
authored
Updating version and creating changelog (#5)
1 parent 2e5db91 commit 8c9b4fe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change log
2+
3+
4+
All updates that affect the released version of the Ascend Java Client will be detailed here. This project adheres to [Semantic Versioning](http://semver.org).
5+
6+
## [0.6.0] - 2019-04-16
7+
### Added
8+
- Deprecating the implementations AsyncHttpClientImpl and OkHttpClientImpl in favor of the implementations AsyncHttpClient and OkHttpClient. The new implementations provide more options when constructing an HttpClient.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
group = "ai.evolv"
99
archivesBaseName = "ascend-sdk"
10-
version = "0.5.1"
10+
version = "0.6.0"
1111

1212
sourceCompatibility = 1.8
1313

0 commit comments

Comments
 (0)