Skip to content

Commit

Permalink
v2.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Oct 26, 2023
1 parent 664aaa4 commit 9568d48
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

### Fixes

### Breaking

## [2.42.0] - 2023-10-26

### Features

- program: add accelerated user update idle ([#669](https://github.com/drift-labs/protocol-v2/pull/669))
- program: make user status a bit flag ([#619](https://github.com/drift-labs/protocol-v2/pull/619))
- program: place and take uses auction end price for market orders ([#650](https://github.com/drift-labs/protocol-v2/pull/650))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion programs/drift/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drift"
version = "2.41.0"
version = "2.42.0"
description = "Created with Anchor"
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drift-labs/sdk",
"version": "2.42.0-beta.18",
"version": "2.42.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "crispheaney",
Expand Down

0 comments on commit 9568d48

Please sign in to comment.