Skip to content

Commit

Permalink
v2.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Feb 26, 2024
1 parent b4e82ad commit ae1e679
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Breaking

## [2.65.0] - 2023-02-26

### Features

- program: add pause operation for liquidation ([#880](https://github.com/drift-labs/protocol-v2/pull/880))

### Fixes

- program: fix entry/breakeven price calculations for lp remainders ([#864](https://github.com/drift-labs/protocol-v2/pull/864))
- program: handle derisk lp when orders array full ([#899](https://github.com/drift-labs/protocol-v2/pull/899))
- program: invalid borrow in get_referrer_info when maker is refferer ([#900](https://github.com/drift-labs/protocol-v2/pull/900))

### Breaking

## [2.64.0] - 2023-02-20

### Features
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.64.0"
version = "2.65.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.65.0-beta.12",
"version": "2.65.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "crispheaney",
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/idl/drift.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.64.0",
"version": "2.65.0",
"name": "drift",
"instructions": [
{
Expand Down

0 comments on commit ae1e679

Please sign in to comment.