Skip to content

Commit

Permalink
Update changelog for proxy v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Dec 3, 2024
1 parent 5ddeb6b commit ce2a657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.4.0

* Pin the protocol crate version for stability.

# v0.3.0

* The new `--v1-fallback` flag allows a proxy connection to fallback to the V1 protocol if a remote doesn't support V2.
2 changes: 1 addition & 1 deletion proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bip324-proxy"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license-file = "LICENSE"
description = "BIP324 proxy enabling v1-only clients to use the v2 Bitcoin P2P Protocol"
Expand Down

0 comments on commit ce2a657

Please sign in to comment.