diff --git a/CHANGELOG.md b/CHANGELOG.md index b3359e24e..7386237a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Features +### Fixes + +### Breaking + +## [2.78.0] - 2024-04-20 + +### Features + - program: add ability to pause if operations ([#989](https://github.com/drift-labs/protocol-v2/pull/989)) - program: update auction end price in derive_market_order_auction_params ([#1022](https://github.com/drift-labs/protocol-v2/pull/1022)) - program: admin amm summary stats update and/or reset ([#912](https://github.com/drift-labs/protocol-v2/pull/912)) diff --git a/Cargo.lock b/Cargo.lock index 7b9d76144..991e64a91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -642,7 +642,7 @@ dependencies = [ [[package]] name = "drift" -version = "2.79.0" +version = "2.80.0" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/programs/drift/Cargo.toml b/programs/drift/Cargo.toml index 4e15b9623..2db8a179e 100644 --- a/programs/drift/Cargo.toml +++ b/programs/drift/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drift" -version = "2.79.0" +version = "2.80.0" description = "Created with Anchor" edition = "2018" diff --git a/sdk/package.json b/sdk/package.json index 586897aad..7b468424d 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@drift-labs/sdk", - "version": "2.80.0-beta.1", + "version": "2.80.0", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "crispheaney", diff --git a/sdk/src/idl/drift.json b/sdk/src/idl/drift.json index 88365aa51..050d6060a 100644 --- a/sdk/src/idl/drift.json +++ b/sdk/src/idl/drift.json @@ -1,5 +1,5 @@ { - "version": "2.79.0", + "version": "2.80.0", "name": "drift", "instructions": [ {