Skip to content

Commit

Permalink
Merge pull request #21 from kishikawakatsumi/release_012
Browse files Browse the repository at this point in the history
Bump version to 0.1.2
  • Loading branch information
kishikawakatsumi authored Feb 10, 2018
2 parents c2dad8f + 99fad79 commit f5ab98d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BitcoinKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'BitcoinKit'
spec.version = '0.1.1'
spec.version = '0.1.2'
spec.summary = 'Bitcoin protocol toolkit for Swift'
spec.description = <<-DESC
BitcoinKit implements Bitcoin protocol in Swift. It is an implementation of the Bitcoin SPV protocol written (almost) entirely in swift.
Expand Down
2 changes: 1 addition & 1 deletion BitcoinKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<string>0.1.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@

* None.

## 0.1.2 Release notes (2018-02-10)

##### Breaking

* None.

##### Enhancements

* None.

##### Bug Fixes

* Hide OpenSSL headers in private module. No longer needed to add header search paths in a user project.
[#20](https://github.com/kishikawakatsumi/BitcoinKit/pull/20)

## 0.1.1 Release notes (2018-02-06)

##### Breaking
Expand All @@ -20,12 +35,15 @@

##### Enhancements

* Extend supported lower iOS version to 8.0
* Support CocoaPods
* Extend supported lower iOS version to 8.0
[#8](https://github.com/kishikawakatsumi/BitcoinKit/pull/8)
* Support CocoaPods
[#7](https://github.com/kishikawakatsumi/BitcoinKit/pull/7)

##### Bug Fixes

* Fix carthage installation failure
* Fix carthage installation failure
[#5](https://github.com/kishikawakatsumi/BitcoinKit/pull/5)

## 0.1.0 Release notes (2018-02-05)

Expand Down

0 comments on commit f5ab98d

Please sign in to comment.