Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
### [3.0.1](///compare/v3.0.1-hotfix.4...v3.0.1) (2026-02-06)

### [3.0.1-hotfix.4](///compare/v3.0.1-hotfix.3...v3.0.1-hotfix.4) (2026-02-05)


### ⚠ BREAKING CHANGES

* **platform:** update PlatformAddress encoding and HRP constants (#3059)
* **platform:** 3.0 audit report fixes (#3053)

### Features

* **platform:** update PlatformAddress encoding and HRP constants ([#3059](undefined/undefined/undefined/issues/3059))


### Bug Fixes

* **platform:** 3.0 audit report fixes ([#3053](undefined/undefined/undefined/issues/3053))


### Miscellaneous Chores

* update all package versions to 3.0.1-hotfix.4 ([#3060](undefined/undefined/undefined/issues/3060))

### [3.0.1-hotfix.3](///compare/v3.0.0...v3.0.1-hotfix.3) (2026-02-05)


### Bug Fixes

* **dashmate:** letsencrypt renewal and dashmate doctor fixes ([#3018](undefined/undefined/undefined/issues/3018))


### Miscellaneous Chores

* **dashmate:** upgrade to Core 23 ([#3054](undefined/undefined/undefined/issues/3054))
* **release:** update changelog and bump version to 3.0.1-hotfix.3 ([#3055](undefined/undefined/undefined/issues/3055))

### [3.0.1-hotfix.3](https://github.com/dashpay/platform/compare/v3.0.0...v3.0.1-hotfix.3) (2026-02-05)


Expand Down
76 changes: 38 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ members = [

[workspace.package]

version = "3.0.1-hotfix.4"
version = "3.0.1"
rust-version = "1.92"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/platform",
"version": "3.0.1-hotfix.4",
"version": "3.0.1",
"private": true,
"scripts": {
"setup": "yarn install && yarn run build && yarn run configure",
Expand Down
Loading
Loading