Skip to content

Commit 870ba93

Browse files
committed
docs: changelog and version bump
1 parent 05bd7da commit 870ba93

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6161
- fix: Kernel Send Msg vulnerability [(#915)](https://github.com/andromedaprotocol/andromeda-core/pull/915)
6262
- fix: Duplicate Redeem in Exchange [(#919)](https://github.com/andromedaprotocol/andromeda-core/pull/919)
6363
- fix: LP Denom Extraction in Osmosis Socket [(#951)](https://github.com/andromedaprotocol/andromeda-core/pull/951)
64+
- fix: Add expiration to timelock threshold [(#1009)](https://github.com/andromedaprotocol/andromeda-core/pull/1009)
6465

6566

6667
## Release 4

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/finance/andromeda-timelock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "andromeda-timelock"
3-
version = "2.1.1-b.7"
3+
version = "2.1.1-b.8"
44
edition = "2021"
55
rust-version = "1.86.0"
66

0 commit comments

Comments
 (0)