Skip to content

Commit

Permalink
Bump version to 1.1.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming authored Jun 10, 2021
1 parent cbcb232 commit 484f618
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2021-06-10

### Added

- Minimum transaction fee caching. (#38)

### Changed

- Upgraded LibMobileCoin to v1.1.0. (#39)

## [1.1.0-pre2] - 2021-05-10

### Added

- Dynamic minimum transaction fee. (#29)

### Changed

- Upgraded LibMobileCoin to v1.1.0-pre2. (#27)

## [1.0.0] - 2021-04-05

## 1.0.0-rc1 - 2021-03-15

[1.1.0]: https://github.com/mobilecoinofficial/MobileCoin-Swift/compare/1.1.0-pre2...1.1.0
[1.1.0-pre2]: https://github.com/mobilecoinofficial/MobileCoin-Swift/compare/1.0.0...1.1.0-pre2
[1.0.0]: https://github.com/mobilecoinofficial/MobileCoin-Swift/compare/1.0.0-rc1...1.0.0
14 changes: 7 additions & 7 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ PODS:
- gRPC-Swift (~> 1.0.0)
- SwiftProtobuf (~> 1.5)
- Logging (1.4.0)
- MobileCoin (1.1.0-pre2):
- MobileCoin/Core (= 1.1.0-pre2)
- MobileCoin/Core (1.1.0-pre2):
- MobileCoin (1.1.0):
- MobileCoin/Core (= 1.1.0)
- MobileCoin/Core (1.1.0):
- gRPC-Swift (~> 1.0)
- LibMobileCoin (~> 1.1)
- Logging (~> 1.4)
Expand All @@ -33,7 +33,7 @@ PODS:
- SwiftNIOHPACK (~> 1.16)
- SwiftNIOHTTP1 (~> 2.18)
- SwiftProtobuf (~> 1.5)
- MobileCoin/Core/IntegrationTests (1.1.0-pre2):
- MobileCoin/Core/IntegrationTests (1.1.0):
- gRPC-Swift (~> 1.0)
- LibMobileCoin (~> 1.1)
- Logging (~> 1.4)
Expand All @@ -42,7 +42,7 @@ PODS:
- SwiftNIOHPACK (~> 1.16)
- SwiftNIOHTTP1 (~> 2.18)
- SwiftProtobuf (~> 1.5)
- MobileCoin/Core/PerformanceTests (1.1.0-pre2):
- MobileCoin/Core/PerformanceTests (1.1.0):
- gRPC-Swift (~> 1.0)
- LibMobileCoin (~> 1.1)
- Logging (~> 1.4)
Expand All @@ -51,7 +51,7 @@ PODS:
- SwiftNIOHPACK (~> 1.16)
- SwiftNIOHTTP1 (~> 2.18)
- SwiftProtobuf (~> 1.5)
- MobileCoin/Core/Tests (1.1.0-pre2):
- MobileCoin/Core/Tests (1.1.0):
- gRPC-Swift (~> 1.0)
- LibMobileCoin (~> 1.1)
- Logging (~> 1.4)
Expand Down Expand Up @@ -158,7 +158,7 @@ SPEC CHECKSUMS:
Keys: a576f4c9c1c641ca913a959a9c62ed3f215a8de9
LibMobileCoin: b6f5200b484ceac10bf988a42c1168e1d443bacc
Logging: beeb016c9c80cf77042d62e83495816847ef108b
MobileCoin: 6cd5107896d3a2bfc81eb82650a7000c084490d8
MobileCoin: c59b70afc472ffab517ffebae90a7cfc8a28259c
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
SwiftNIO: 81d33ce8c500b7e41b6cdde5f2f12330b9750219
SwiftNIOConcurrencyHelpers: 23fc68bac541a465162d7225d2c743edd2f1012c
Expand Down
2 changes: 1 addition & 1 deletion MobileCoin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "MobileCoin"
s.version = "1.1.0-pre2"
s.version = "1.1.0"
s.summary = "A library for communicating with MobileCoin network"

s.author = "MobileCoin"
Expand Down

0 comments on commit 484f618

Please sign in to comment.