From 69bd3fb378b5341355e4b7ece63fdf485e73c7fc Mon Sep 17 00:00:00 2001 From: mederic Date: Wed, 25 Apr 2018 13:50:33 +0700 Subject: [PATCH 1/2] Add changelog file (changes since 0.9.10) --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a377526 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Change Log +All notable changes to this project will be documented in this file. +`OmiseGO` adheres to [Semantic Versioning](http://semver.org/). + +#### 0.x Betas +- `0.9.x` Betas - [0.9.11](#0911) + +--- +## [0.9.11](https://github.com/omisego/ios-sdk/releases/tag/0.9.11) +Released on 2018-4-25. All issues associated with this milestone can be found using this [filter](https://github.com/omisego/ios-sdk/issues?utf8=%E2%9C%93&q=milestone%3A0.9.11). + +#### Fixed +- Sync issue with QR code scanner. + - Fixed by [Mederic](https://github.com/mederic-p) in Pull Request [#28](https://github.com/omisego/ios-sdk/pull/28). +- Can't pass `nil` for amount in `TransactionConsumptionParams` + - Fixed by [Mederic](https://github.com/mederic-p) in Pull Request [#29](https://github.com/omisego/ios-sdk/pull/29). +- Don't delegate connection error for web sockets when connection is closing properly + - Fixed by [Mederic](https://github.com/mederic-p) in Pull Request [#30](https://github.com/omisego/ios-sdk/pull/30). + +#### Updated +- Web sockets events. + - Updated by [Mederic](https://github.com/mederic-p) in Pull Request [#27](https://github.com/omisego/ios-sdk/pull/27) and [#32](https://github.com/omisego/ios-sdk/pull/32). +- Initialization of `PaginationParams` + - Updated by [Mederic](https://github.com/mederic-p) in Pull Request [#36](https://github.com/omisego/ios-sdk/pull/36) + +#### Added +- Objects attributes when present + - Added by [Mederic](https://github.com/mederic-p) in Pull Request [#33](https://github.com/omisego/ios-sdk/pull/33). +- Timestamps and Metadata when present + - Added by [Mederic](https://github.com/mederic-p) in Pull Request [#34](https://github.com/omisego/ios-sdk/pull/34). +- `Equatable` conformance where missing + - Added by [Mederic](https://github.com/mederic-p) in Pull Request [#35](https://github.com/omisego/ios-sdk/pull/35). From ba18254d478433c9a7a8135489fd5b266efd4be6 Mon Sep 17 00:00:00 2001 From: mederic Date: Wed, 25 Apr 2018 14:10:36 +0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a377526..5b3e833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,3 +30,5 @@ Released on 2018-4-25. All issues associated with this milestone can be found us - Added by [Mederic](https://github.com/mederic-p) in Pull Request [#34](https://github.com/omisego/ios-sdk/pull/34). - `Equatable` conformance where missing - Added by [Mederic](https://github.com/mederic-p) in Pull Request [#35](https://github.com/omisego/ios-sdk/pull/35). +- Integration with travis + - Added by [Mederic](https://github.com/mederic-p) in Pull Request [#38](https://github.com/omisego/ios-sdk/pull/38).