Skip to content

Commit

Permalink
Release 0.22.0 (#157)
Browse files Browse the repository at this point in the history
Release 0.22.0
  • Loading branch information
eneko committed Oct 12, 2020
1 parent 6aa00e3 commit 12fe831
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## master

#### Breaking
- None

#### Enhancements
- None

#### Bug Fixes
- None

#### Other
- None


## 0.22.0

#### Breaking
- Remove deprecated types: `BearerOAuth2Token`, `OAuth2TokenAES256CBCCipher`, and `OAuth2TokenDiskStore`

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.21.0'
$version = '0.22.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.21.0")
.package(url: "https://github.com/mindbody/Conduit.git", from: "0.22.0")
]
)
```
Expand Down

0 comments on commit 12fe831

Please sign in to comment.