Skip to content

Commit

Permalink
Release 0.10.1 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhammerlund authored Jun 19, 2018
1 parent 4f4d830 commit 8d3a4f3
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.1

#### Breaking
- None

#### Enhancements
- None

#### Bug Fixes
- `OAuth2TokenUserDefaultsStore` doesn't default to `.standard` for certain operations

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.0'
$version = '0.10.1'

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.0")
.package(url: "https://github.com/mindbody/Conduit.git", from: "0.10.1")
]
)
```
Expand Down

0 comments on commit 8d3a4f3

Please sign in to comment.