Skip to content

Commit 9568d48

Browse files
committed
v2.42.0
1 parent 664aaa4 commit 9568d48

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ 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.42.0] - 2023-10-26
17+
18+
### Features
19+
1220
- program: add accelerated user update idle ([#669](https://github.com/drift-labs/protocol-v2/pull/669))
1321
- program: make user status a bit flag ([#619](https://github.com/drift-labs/protocol-v2/pull/619))
1422
- program: place and take uses auction end price for market orders ([#650](https://github.com/drift-labs/protocol-v2/pull/650))

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.41.0"
3+
version = "2.42.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.42.0-beta.18",
3+
"version": "2.42.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"author": "crispheaney",

0 commit comments

Comments
 (0)