Skip to content

Commit

Permalink
Release 0.20.0 (#149)
Browse files Browse the repository at this point in the history
Release 0.20.0
  • Loading branch information
eneko committed Mar 27, 2020
1 parent c6c65eb commit e0624fd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@
- None


## 0.20.0

#### Breaking
- None

#### Enhancements
- Add `TokenMigrator` to perform migrations between token stores and client configurations.
- Add `ConduitDynamic` dynamic library to Package description.

#### Bug Fixes
- None

#### Other
- None


## 0.19.0

#### Breaking
Expand Down
2 changes: 1 addition & 1 deletion Conduit.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = '0.19.0'
$version = '0.20.0'

Pod::Spec.new do |spec|
spec.name = 'Conduit'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import PackageDescription

let package = Package(
dependencies: [
.package(url: "https://github.com/mindbody/Conduit.git", from: "0.19.0")
.package(url: "https://github.com/mindbody/Conduit.git", from: "0.20.0")
]
)
```
Expand Down

0 comments on commit e0624fd

Please sign in to comment.