Skip to content

Commit 2d60133

Browse files
committed
Add latest backport releases to main CHANGELOG
1 parent 6e36aab commit 2d60133

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@ and this project adheres to
6868
If you are using any of those methods, please comment at
6969
https://github.com/cosmos/cosmjs/issues/1796.
7070

71+
## [0.36.2] - 2025-10-24
72+
73+
### Fixed
74+
75+
- @cosmjs/crypto: Set min version of @noble/hashes to 1.8.0 to avoid errors like
76+
77+
> Cannot find module '@noble/hashes/legacy' from
78+
> '../../node_modules/@cosmjs/crypto/build/ripemd.js'
79+
80+
We use `@noble/hashes/legacy` for ripemd which is only available in ^1.8.0.
81+
7182
## [0.36.1] - 2025-10-02
7283

7384
### Fixed
@@ -117,6 +128,20 @@ and this project adheres to
117128

118129
[#1797]: https://github.com/cosmos/cosmjs/pull/1797
119130

131+
## [0.35.1] - 2025-10-22
132+
133+
### Deprecated
134+
135+
- The use of encrypted wallet storage is deprecated. In particular this means:
136+
- `Secp256k1HdWallet.serialize`/`.serializeWithEncryptionKey`
137+
- `Secp256k1HdWallet.deserialize`/`.deserializeWithEncryptionKey`
138+
- `DirectSecp256k1HdWallet.serialize`/`.serializeWithEncryptionKey`
139+
- `DirectSecp256k1HdWallet.deserialize`/`.deserializeWithEncryptionKey`
140+
- `executeKdf` from @cosmjs/amino and @cosmjs/proto-signing
141+
142+
If you are using any of those methods, please comment at
143+
https://github.com/cosmos/cosmjs/issues/1796.
144+
120145
## [0.35.0] - 2025-08-13
121146

122147
### Added
@@ -160,6 +185,20 @@ and this project adheres to
160185
[#1763]: https://github.com/cosmos/cosmjs/pull/1763
161186
[#1772]: https://github.com/cosmos/cosmjs/pull/1772
162187

188+
## [0.34.1] - 2025-10-22
189+
190+
### Deprecated
191+
192+
- The use of encrypted wallet storage is deprecated. In particular this means:
193+
- `Secp256k1HdWallet.serialize`/`.serializeWithEncryptionKey`
194+
- `Secp256k1HdWallet.deserialize`/`.deserializeWithEncryptionKey`
195+
- `DirectSecp256k1HdWallet.serialize`/`.serializeWithEncryptionKey`
196+
- `DirectSecp256k1HdWallet.deserialize`/`.deserializeWithEncryptionKey`
197+
- `executeKdf` from @cosmjs/amino and @cosmjs/proto-signing
198+
199+
If you are using any of those methods, please comment at
200+
https://github.com/cosmos/cosmjs/issues/1796.
201+
163202
## [0.34.0] - 2025-07-11
164203

165204
### Fixed
@@ -1668,9 +1707,12 @@ CHANGELOG entries missing. Please see [the diff][0.24.1].
16681707
- @cosmjs/sdk38: Rename package to @cosmjs/launchpad.
16691708

16701709
[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.36.1...HEAD
1710+
[0.36.2]: https://github.com/cosmos/cosmjs/compare/v0.36.1...v0.36.2
16711711
[0.36.1]: https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.36.1
16721712
[0.36.0]: https://github.com/cosmos/cosmjs/compare/v0.35.0...v0.36.0
1713+
[0.35.1]: https://github.com/cosmos/cosmjs/compare/v0.35.0...v0.35.1
16731714
[0.35.0]: https://github.com/cosmos/cosmjs/compare/v0.34.0...v0.35.0
1715+
[0.34.1]: https://github.com/cosmos/cosmjs/compare/v0.34.0...v0.34.1
16741716
[0.34.0]: https://github.com/cosmos/cosmjs/compare/v0.33.1...v0.34.0
16751717
[0.33.1]: https://github.com/cosmos/cosmjs/compare/v0.33.0...v0.33.1
16761718
[0.33.0]: https://github.com/cosmos/cosmjs/compare/v0.32.4...v0.33.0

0 commit comments

Comments
 (0)