We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66bb5f commit 855557eCopy full SHA for 855557e
CHANGELOG.md
@@ -36,6 +36,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
36
37
## Unreleased
38
39
+## [v2.8.1] - 2023-12-21
40
+
41
### Bug Fixes
42
43
- [707](https://github.com/persistenceOne/pstake-native/pull/707) Fix liquidstakeibc redeem edge case for protecting cValue
go.mod
@@ -2,6 +2,16 @@ module github.com/persistenceOne/pstake-native/v2
2
3
go 1.21
4
5
+retract (
6
+ v2.8.0
7
+ [v2.7.1, v2.7.2]
8
+ v2.6.0
9
+ v2.5.0
10
+ v2.4.0
11
+ [v2.3.0, v2.3.3]
12
+ [v2.2.0, v2.2.3]
13
+)
14
15
require (
16
cosmossdk.io/api v0.3.1
17
cosmossdk.io/errors v1.0.0
0 commit comments