Skip to content

Commit

Permalink
v0.11.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney authored Oct 23, 2024
1 parent 561e8ea commit 1eb6dbf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixes

### Breaking

## [0.11.0] - 2024-10-23

### Features

- program: update to drift v2.97.0

### Fixes

### Breaking
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/jit-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jit-proxy"
version = "0.10.2"
version = "0.11.0"
description = "Created with Anchor"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion ts/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drift-labs/jit-proxy",
"version": "0.10.618",
"version": "0.11.0",
"scripts": {
"clean": "rm -rf lib",
"build": "yarn clean && tsc"
Expand Down

0 comments on commit 1eb6dbf

Please sign in to comment.