Skip to content

Commit

Permalink
chore: release 1.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed Oct 25, 2024
1 parent 067f021 commit 2653676
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [1.91.0](https://www.github.com/aeternity/ae_mdw/compare/v1.90.1...v1.91.0) (2024-10-25)


### Features

* add endpoint for account claims ([#1941](https://www.github.com/aeternity/ae_mdw/issues/1941)) ([f5e114c](https://www.github.com/aeternity/ae_mdw/commit/f5e114cfc70863777ca4dc9a8bff9b6d17092e8f))
* add mempool endpoint for listing pending transactions ([#1983](https://www.github.com/aeternity/ae_mdw/issues/1983)) ([067f021](https://www.github.com/aeternity/ae_mdw/commit/067f0210324fde9260b59ab3ccbe3a6a3162dff8))


### Bug Fixes

* remove handle_input usage from different PR ([#1991](https://www.github.com/aeternity/ae_mdw/issues/1991)) ([4a3ebc1](https://www.github.com/aeternity/ae_mdw/commit/4a3ebc1747c01b05a21d87265d2135f7e65f1d26))
* rerun aex9 tokens contrat mint events fix ([#1994](https://www.github.com/aeternity/ae_mdw/issues/1994)) ([532ca0b](https://www.github.com/aeternity/ae_mdw/commit/532ca0bcbd10be896912dd3313ee171a045db4f7))


### Miscellaneous

* fix all credo errors and avoid diffing ([#1996](https://www.github.com/aeternity/ae_mdw/issues/1996)) ([e916bf8](https://www.github.com/aeternity/ae_mdw/commit/e916bf8bbffacabb2075f8d67e36a1cdeb778d8b))
* remove NODE_VERSION dependancy in Dockerfile ([#1989](https://www.github.com/aeternity/ae_mdw/issues/1989)) ([200a116](https://www.github.com/aeternity/ae_mdw/commit/200a1162a5ee82c436dcbaf28449b6ccd52589c7))
* remove unused functions ([#1984](https://www.github.com/aeternity/ae_mdw/issues/1984)) ([6e5edc8](https://www.github.com/aeternity/ae_mdw/commit/6e5edc82603b30ef3c095d20e640779bb8fdbd0a))
* run all unrun migrations ([#1981](https://www.github.com/aeternity/ae_mdw/issues/1981)) ([0619c4b](https://www.github.com/aeternity/ae_mdw/commit/0619c4bf04b18115d0b4be18bf5db8f722e5bea3))

### [1.90.1](https://www.github.com/aeternity/ae_mdw/compare/v1.90.0...v1.90.1) (2024-10-22)


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

0 comments on commit 2653676

Please sign in to comment.