Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.0...v2.3.0) (2022-03-28)

### Features

* **account:** add fields for total assets/accounts opted-in/created ([3ea7882](3ea7882))
* **errors:** serializer read errors now print the full message they're deserializing ([b67db2a](b67db2a))
* **formatter:** add `isStrict` to `AlgoApiObjectFormatter` ([d8467c6](d8467c6))
* **indexer:** add new `IIndexerResponse<T>` and `IPaginatedIndexerResponse<T>` interfaces ([3b3abda](3b3abda))
* **transaction:** add Indexer TransactionApplication model ([99f63fa](99f63fa))
* **transactiongroup:** add generic methods for constructing `TransactionGroup` ([5e4b6aa](5e4b6aa)), closes [#126](#126)
  • Loading branch information
semantic-release-bot committed Mar 28, 2022
1 parent 1195f72 commit 0ad5063
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}
],
"sitemap": {
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.4",
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0",
"changefreq": "monthly",
"fileOptions": {
"api/*": {
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


# [2.3.0](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.2.0...v2.3.0) (2022-03-28)


### Features

* **account:** add fields for total assets/accounts opted-in/created ([3ea7882](https://github.com/CareBoo/unity-algorand-sdk/commit/3ea788294950d631e227ecad1af8129eb7d09bca))
* **errors:** serializer read errors now print the full message they're deserializing ([b67db2a](https://github.com/CareBoo/unity-algorand-sdk/commit/b67db2a0dd52bd3bfacc7d4b66a242beafcca950))
* **formatter:** add `isStrict` to `AlgoApiObjectFormatter` ([d8467c6](https://github.com/CareBoo/unity-algorand-sdk/commit/d8467c632172fb41e207cc13b76d45717665f26a))
* **indexer:** add new `IIndexerResponse<T>` and `IPaginatedIndexerResponse<T>` interfaces ([3b3abda](https://github.com/CareBoo/unity-algorand-sdk/commit/3b3abda9bad5e1d8b6964e07b0bdd8533b8aa5e4))
* **transaction:** add Indexer TransactionApplication model ([99f63fa](https://github.com/CareBoo/unity-algorand-sdk/commit/99f63fa443d4013bcda218cae45c9d1d0ed4f170))
* **transactiongroup:** add generic methods for constructing `TransactionGroup` ([5e4b6aa](https://github.com/CareBoo/unity-algorand-sdk/commit/5e4b6aac8a9fd42e9ffe27a73623d3d81e5d848d)), closes [#126](https://github.com/CareBoo/unity-algorand-sdk/issues/126)

# [2.3.0-pre.4](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.3.0-pre.3...v2.3.0-pre.4) (2022-03-25)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "AlgoSdk",
"version": "2.3.0-pre.4",
"version": "2.3.0",
"unity": "2020.3",
"keywords": [
"algorand",
Expand All @@ -20,9 +20,9 @@
"access": "public"
},
"repository": "github:CareBoo/unity-algorand-sdk",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.4/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.4",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.4/license",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0/license",
"author": {
"name": "CareBoo",
"url": "https://github.com/CareBoo"
Expand Down

0 comments on commit 0ad5063

Please sign in to comment.