Added Changelog. Bumped Podspec version

This commit is contained in:
Francisco Gindre 2022-01-19 15:49:10 -03:00
parent ba8dcd1444
commit 27711179a7
2 changed files with 11 additions and 1 deletions

10
CHANGELOG.md Normal file
View File

@ -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 **

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "MnemonicSwift" s.name = "MnemonicSwift"
s.version = "2.0.0" s.version = "2.1.0"
s.summary = "A Swift implementation of BIP39 Mnemonics" s.summary = "A Swift implementation of BIP39 Mnemonics"
s.description = <<-DESC s.description = <<-DESC
MnemonicSwift provides a Swift implementation of BIP39 using CriptoKit MnemonicSwift provides a Swift implementation of BIP39 using CriptoKit