Skip to content

Commit a10c0af

Browse files
committed
docs: update CHANGELOG and doc index for 9.1.2
1 parent 84e6429 commit a10c0af

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## v9.1.2 - 2025-11-05
6+
7+
This release fixes a bug in the TypeScript bindings where the commit delay could in some situations be undefined when receiving a proposal.
8+
9+
### Bug Fixes
10+
11+
- in js 0 is falsy, which messes with ternary logic ([e7b73c0](https://github.com/wireapp/core-crypto/commit/e7b73c034d7492bc728c50d3c287a2a5272d3b71))
12+
513
## v9.1.1 - 2025-10-24
614

715
This release fixes the issue where `libcore_crypto_ffi.so` had

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ input, and confirm by "run workflow" below the input. Note that deployment depen
2121
| | TypeScript | Kotlin | Swift | Rust |
2222
| ---------- | ---------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------ | -------------------------------------- |
2323
| **main** | [TypeScript](./main/typescript/) | [Kotlin](./main/kotlin/) | [Swift](./main/swift/) | [Rust](./main/rust/core_crypto/) |
24+
| **v9.1.2** | [TypeScript](./v9.1.2/typescript) | [Kotlin](./v9.1.2/kotlin/) | [Swift](./v9.1.2/swift) | [Rust](./v9.1.2/rust/core_crypto) |
2425
| **v9.1.1** | [TypeScript](./v9.1.1/typescript) | [Kotlin](./v9.1.1/kotlin/) | [Swift](./v9.1.1/swift) | [Rust](./v9.1.1/rust/core_crypto) |
2526
| **v9.1.0** | [TypeScript](./v9.1.0/typescript) | [Kotlin](./v9.1.0/kotlin/) | [Swift](./v9.1.0/swift) | [Rust](./v9.1.0/rust/core_crypto) |
2627
| **v9.0.1** | [TypeScript](./v9.0.1/typescript) | [Kotlin](./v9.0.1/kotlin/) | [Swift](./v9.0.1/swift) | [Rust](./v9.0.1/rust/core_crypto) |

0 commit comments

Comments
 (0)