Added Changelog. Bumped Podspec version
This commit is contained in:
parent
ba8dcd1444
commit
27711179a7
|
@ -0,0 +1,10 @@
|
|||
# 2.1.0
|
||||
- Swift Package Manager Support
|
||||
- swift-crypto and CryptoKit support
|
||||
|
||||
|
||||
# 2.0.0
|
||||
- Fixed several bugs. Deprecated 1.0.0
|
||||
|
||||
# 1.0.0
|
||||
** THIS VERSION IS DEPRECATED. DO NOT USE IT **
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "MnemonicSwift"
|
||||
s.version = "2.0.0"
|
||||
s.version = "2.1.0"
|
||||
s.summary = "A Swift implementation of BIP39 Mnemonics"
|
||||
s.description = <<-DESC
|
||||
MnemonicSwift provides a Swift implementation of BIP39 using CriptoKit
|
||||
|
|
Loading…
Reference in New Issue