Skip to content

Commit

Permalink
Merge pull request #192 from Phoenix-Protocol-Group/release-v0.8.0
Browse files Browse the repository at this point in the history
Release version: v0.8.0
  • Loading branch information
ueco-jb authored Jan 17, 2024
2 parents c833bfd + ef93fe6 commit 3d723fe
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 51 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to

## [Unreleased]

## [0.8.0] - 2024-01-17

## Changed

- Factory: Replace tuple in a query `query_for_pool_by_pair_tuple` with a two separate parameters; rename that query to `query_for_pool_by_token_pair` ([#144])
Expand All @@ -15,6 +17,8 @@ and this project adheres to
- Factory: Initializes the Multihop contract upon initializing Factory ([#158])
- Multihop: Checks if the list of Swaps being sent is not empty / is valid ([#159])
- Multihop: Adds a new parameter to SimulateSwapResponse and SimulateReverseSwapResponse, that keeps information about spread ([#168])
- Temporarily disable the referral feature ([#191])
- Update soroban-sdk version to v20.0.3 ([#174])

## Bug fixes

Expand Down Expand Up @@ -193,7 +197,8 @@ and this project adheres to
[#19]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/19
[#24]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/24

[unreleased]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.7.0...HEAD
[unreleased]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.4.0...v0.5.0
Expand Down
98 changes: 49 additions & 49 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["contracts/*", "packages/*"]
resolver = "2"

[workspace.package]
version = "0.7.0"
version = "0.8.0"
edition = "2021"
license = "GPL 3.0"
repository = "https://github.com/Phoenix-Protocol-Group/phoenix-contracts"
Expand Down

0 comments on commit 3d723fe

Please sign in to comment.