Skip to content

Commit

Permalink
Update changelog with version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earrietadev committed Apr 6, 2024
1 parent 3776a2e commit c414f9b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.

8 changes: 8 additions & 0 deletions contracts/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.3.0 (2024-04-06)

#### Add

- Add `set_offer`, `take_offer` and `burn_offer` functions. From now users of the protocol can set buy/sale offers for
domains, the protocol takes a fee on each sale and sends it to the `fee_taker` specified in the contract
- Add an event for function `take_offer` with the information of the transaction

### 0.2.0 (2024-03-01)

#### Add
Expand Down
2 changes: 1 addition & 1 deletion contracts/registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "registry"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit c414f9b

Please sign in to comment.