From 46831e725b5756b9a1646e5b10e8a83d2a982b25 Mon Sep 17 00:00:00 2001 From: aeternity-bot <35604848+aeternity-bot@users.noreply.github.com> Date: Tue, 18 Jul 2023 14:28:01 +0300 Subject: [PATCH] chore: release 1.55.0 (#1463) --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4306902f..069f3b66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.55.0](https://www.github.com/aeternity/ae_mdw/compare/v1.54.2...v1.55.0) (2023-07-18) + + +### Features + +* add v3 initial endpoints for names/auctions ([#1459](https://www.github.com/aeternity/ae_mdw/issues/1459)) ([f6e0bb4](https://www.github.com/aeternity/ae_mdw/commit/f6e0bb4d42483b0928c0ba1cc93f0c57996eb1ad)) + + +### Testing + +* rewrite some mem tests with store ([#1462](https://www.github.com/aeternity/ae_mdw/issues/1462)) ([7982211](https://www.github.com/aeternity/ae_mdw/commit/79822113ebe0bc4f826643a04f27460c4445025c)) + ### [1.54.2](https://www.github.com/aeternity/ae_mdw/compare/v1.54.1...v1.54.2) (2023-07-12) diff --git a/mix.exs b/mix.exs index b40db1540..e3ca108be 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AeMdw.MixProject do def project() do [ app: :ae_mdw, - version: "1.54.2", + version: "1.55.0", elixir: "~> 1.10", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [