Skip to content

Commit

Permalink
Release 0.10.3 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhammerlund authored Jul 6, 2018
1 parent b9134f9 commit 352bcdf
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
Expand Up @@ -6,6 +6,21 @@
#### Enhancements
- None

#### Bug Fixes
- None

#### Other
- None


## 0.10.3

#### Breaking
- None

#### Enhancements
- None

#### Bug Fixes
- `expires_in` is no longer a required field for access token responses

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.10.2'
$version = '0.10.3'

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 @@ -89,7 +89,7 @@ import PackageDescription

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

0 comments on commit 352bcdf

Please sign in to comment.