Skip to content

Commit 8b64655

Browse files
committed
v2.154.0
1 parent d547905 commit 8b64655

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Features
1111

12+
### Fixes
13+
14+
### Breaking
15+
16+
## [2.154.0] - 2026-01-08
17+
18+
### Features
19+
1220
- program: isolated positions [#1757](https://github.com/drift-labs/protocol-v2/pull/1757)
1321
- program: delete serum/openbook configs [#2066](https://github.com/drift-labs/protocol-v2/pull/2066)
1422

1523
### Fixes
1624

1725
### Breaking
1826

27+
## [2.153.0] - 2025-12-30
28+
29+
### Features
30+
31+
- ui: save titan tx when quoted and reuse on swap by @cha-kos in [#2055](https://github.com/drift-labs/protocol-v2/pull/2055)
32+
- feat: minified with esbuild by @LukasDeco in [#2056](https://github.com/drift-labs/protocol-v2/pull/2056)
33+
- ui: fix falsely failing quotes from titan by @cha-kos in [#2058](https://github.com/drift-labs/protocol-v2/pull/2058)
34+
35+
### Fixes
36+
37+
- security patch: check feed id after pyth pull atomic update [84b5011](https://github.com/drift-labs/protocol-v2/commit/84b50116c15050c7d19608cd01745a8f7fc39b92)
38+
39+
### Breaking
40+
1941
## [2.152.0] - 2025-12-12
2042

2143
### Features

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.

programs/drift/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drift"
3-
version = "2.152.0"
3+
version = "2.154.0"
44
description = "Created with Anchor"
55
edition = "2018"
66

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drift-labs/sdk",
3-
"version": "2.153.0-beta.4",
3+
"version": "2.154.0",
44
"main": "lib/node/index.js",
55
"types": "lib/node/index.d.ts",
66
"module": "./lib/browser/index.js",

sdk/src/idl/drift.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.152.0",
2+
"version": "2.154.0",
33
"name": "drift",
44
"instructions": [
55
{

0 commit comments

Comments
 (0)