Skip to content

Commit

Permalink
Bump to 1.7.0 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickm01 authored Jul 29, 2021
1 parent b13b026 commit f8286d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ SwiftyRSA Changelog

# [master]

# [1.7.0]

- Support of the X509 header for any public key.
- Added tests for Xcode 12.

# [1.6.0]

- Migrated to minimum requirements of Swift 5.0 and Xcode 10.2.
Expand Down Expand Up @@ -121,6 +126,7 @@ We recommend to check out the new [usage instructions](./README.md) to migrate c
Initial release.

[master]: https://github.com/TakeScoop/SwiftyRSA/tree/master
[1.7.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.7.0
[1.6.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.6.0
[1.5.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.5.0
[1.4.0]: https://github.com/TakeScoop/SwiftyRSA/releases/tag/1.4.0
Expand Down
2 changes: 1 addition & 1 deletion Source/Info-tvOS.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>1.6.0</string>
<string>1.7.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/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>1.6.0</string>
<string>1.7.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftyRSA.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftyRSA"
s.version = "1.6.0"
s.version = "1.7.0"
s.summary = "Public key RSA encryption in Swift."

s.description = <<-DESC
Expand Down

0 comments on commit f8286d0

Please sign in to comment.