Skip to content

Commit

Permalink
Update Readme/Changelog files and bump SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kistler committed Jun 29, 2018
1 parent 6535068 commit 72bd0e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

## Version 0.29.0
_2018-06-29_

This release regenerates all services with generator updates for error handling and multi-consumes operations.

The release also adds a deprecation notice for the Language Translator v2 service. Users are encouraged to migrate
to the new Language Translator v3 service.

This release should be fully compatible with the previous SDK release.

## Version 0.28.1
_2018-06-21_

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Add the following to your `Package.swift` file to identify the Swift SDK as a de

```swift
dependencies: [
.package(url: "https://github.com/watson-developer-cloud/swift-sdk", from: "0.28.1")
.package(url: "https://github.com/watson-developer-cloud/swift-sdk", from: "0.29.0")
]
```

Expand Down
2 changes: 1 addition & 1 deletion Source/RestKit/RestRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal struct RestRequest {

internal static let userAgent: String = {
let sdk = "watson-apis-swift-sdk"
let sdkVersion = "0.28.1"
let sdkVersion = "0.29.0"

let operatingSystem: String = {
#if os(iOS)
Expand Down

0 comments on commit 72bd0e5

Please sign in to comment.