Skip to content

Commit 1ebc168

Browse files
authored
chore(release): update changelog and bump version to 2.2.0-dev.2 (#2873)
2 parents 37cc2cd + cb54f8f commit 1ebc168

File tree

27 files changed

+109
-62
lines changed

27 files changed

+109
-62
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
## [2.2.0-dev.2](https://github.com/dashpay/platform/compare/v2.1.2...v2.2.0-dev.2) (2025-11-28)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* use identity contract keys query (#2870)
7+
* **sdk:** cleanup JS SDK params and return types (#2858)
8+
* **sdk:** user-friendly evo sdk params (#2856)
9+
* **dashmate:** port conflicts with mainnet and testnet on the same host (#2829)
10+
11+
### Features
12+
13+
* **dashmate:** add prometheus service discovery labels ([#2818](https://github.com/dashpay/platform/issues/2818))
14+
* **drive:** add next epoch info to GetStatusResponse ([#2847](https://github.com/dashpay/platform/issues/2847))
15+
* **sdk:** entities for Evo SDK ([#2800](https://github.com/dashpay/platform/issues/2800))
16+
17+
18+
### Bug Fixes
19+
20+
* **dashmate:** port conflicts with mainnet and testnet on the same host ([#2829](https://github.com/dashpay/platform/issues/2829))
21+
* **dpp:** desiarilization of data contract JSON with token configuration ([#2857](https://github.com/dashpay/platform/issues/2857))
22+
* resolve a few issues in iOS example app ([#2843](https://github.com/dashpay/platform/issues/2843))
23+
* **sdk:** fail on invalid proof ([#2864](https://github.com/dashpay/platform/issues/2864))
24+
* **sdk:** reset SDK nonce caches after failed transitions ([#2851](https://github.com/dashpay/platform/issues/2851))
25+
26+
27+
### Tests
28+
29+
* platform-test-suite accepts DAPI_ADDRESSES ([#2798](https://github.com/dashpay/platform/issues/2798))
30+
31+
32+
### Build System
33+
34+
* script to configure environments for ai coding agents ([#2845](https://github.com/dashpay/platform/issues/2845))
35+
* **sdk:** wasm-sdk remove unmaintained wee_alloc (RUSTSEC-2022-0054) ([#2844](https://github.com/dashpay/platform/issues/2844))
36+
* use workspace version in Cargo.toml ([#2831](https://github.com/dashpay/platform/issues/2831))
37+
38+
39+
### Code Refactoring
40+
41+
* **dashmate:** remove deprecated javascript dapi ([#2827](https://github.com/dashpay/platform/issues/2827))
42+
* **sdk:** cleanup JS SDK params and return types ([#2858](https://github.com/dashpay/platform/issues/2858))
43+
* **sdk:** typed identifier ([#2848](https://github.com/dashpay/platform/issues/2848))
44+
* **sdk:** typed wasm-sdk params ([#2849](https://github.com/dashpay/platform/issues/2849))
45+
* **sdk:** user-friendly evo sdk params ([#2856](https://github.com/dashpay/platform/issues/2856))
46+
* use identity contract keys query ([#2870](https://github.com/dashpay/platform/issues/2870))
47+
148
### [2.1.2](https://github.com/dashpay/platform/compare/v2.1.1...v2.1.2) (2025-10-27)
249

350

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ members = [
4545

4646
[workspace.package]
4747

48-
version = "2.2.0-dev.1"
48+
version = "2.2.0-dev.2"
4949
rust-version = "1.89"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/platform",
3-
"version": "2.2.0-dev.1",
3+
"version": "2.2.0-dev.2",
44
"private": true,
55
"scripts": {
66
"setup": "yarn install && yarn run build && yarn run configure",

0 commit comments

Comments
 (0)