Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
apollo-sturdy committed Nov 1, 2023
1 parent 9b2ca4d commit ec31c8c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,12 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.3] - 2023-11-01

### Changed

- Bumped `astroport` to `2.9.0` and removed `astroport_v3` dependency since `2.9.0` now includes the `astroport-liquidity-manager` contract.

## [0.2.2] - 2023-10-27

### Changed

- Bumped `astroport` to `2.9.0`.
- Bumped `astroport` to `2.8.7`.
- Helper fn `instantiate_astroport` now instantiates the `astroport-liquidity-manager` contract and registers the `concentrated` pair type in the factory contract.
- NB: Astroport liquidity manager API only exists in the `astroport` version >= 3.6.1 which contains unreleased changes. Be careful when integrating with Astroport as they don't follow SemVer.

## [0.2.1] - 2023-09-26

0 comments on commit ec31c8c

Please sign in to comment.