Skip to content

Commit

Permalink
chore: release 1.75.0 (#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed May 7, 2024
1 parent a2c027e commit e7ca3ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog

## [1.75.0](https://www.github.com/aeternity/ae_mdw/compare/v1.74.4...v1.75.0) (2024-05-01)


### Features

* add average of transaction fees for last 24 hours with trend ([#1749](https://www.github.com/aeternity/ae_mdw/issues/1749)) ([eac8a60](https://www.github.com/aeternity/ae_mdw/commit/eac8a60dab5b928976bbad9e36c017a0fca3c53f))
* add openapi schema for dex controller ([#1754](https://www.github.com/aeternity/ae_mdw/issues/1754)) ([301f76f](https://www.github.com/aeternity/ae_mdw/commit/301f76ffdb9527c88b0de64cca89ef54f5bad88e))


### Bug Fixes

* extend auctions only if the extension is longer that the timeout ([#1753](https://www.github.com/aeternity/ae_mdw/issues/1753)) ([e08dbf5](https://www.github.com/aeternity/ae_mdw/commit/e08dbf5b3299c5d090d7027170f8cf00785356f1))
* handle not found auction bids ([#1746](https://www.github.com/aeternity/ae_mdw/issues/1746)) ([1d788af](https://www.github.com/aeternity/ae_mdw/commit/1d788afbbbc68f5482a2e0048e9baf4d77527d9e))


### Miscellaneous

* bump otp version ([#1752](https://www.github.com/aeternity/ae_mdw/issues/1752)) ([a2c027e](https://www.github.com/aeternity/ae_mdw/commit/a2c027eb9a43f7e495022c65fe7e59282d22dcac))
* bump version to 7.0.0 ([#1751](https://www.github.com/aeternity/ae_mdw/issues/1751)) ([7f2647a](https://www.github.com/aeternity/ae_mdw/commit/7f2647a8cf845e437dbae6ea20767a643f7695c0))

### [1.74.4](https://www.github.com/aeternity/ae_mdw/compare/v1.74.3...v1.74.4) (2024-04-24)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule AeMdw.MixProject do
def project() do
[
app: :ae_mdw,
version: "1.74.4",
version: "1.75.0",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit e7ca3ab

Please sign in to comment.