From c84392ba1161552d4fa4b360e084d661466e5fcb Mon Sep 17 00:00:00 2001 From: aeternity-bot <35604848+aeternity-bot@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:51:13 +0300 Subject: [PATCH] chore: release 1.72.1 (#1721) --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c665e56..adcb05140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [1.72.1](https://www.github.com/aeternity/ae_mdw/compare/v1.72.0...v1.72.1) (2024-04-02) + + +### Bug Fixes + +* avoid converting to atom on runtime metrics formatter ([#1722](https://www.github.com/aeternity/ae_mdw/issues/1722)) ([1023ae1](https://www.github.com/aeternity/ae_mdw/commit/1023ae1bd4ad7ba69baec77d6d525313437c068b)) + + +### Testing + +* change tests using nonexisting column ([#1720](https://www.github.com/aeternity/ae_mdw/issues/1720)) ([7fcc55d](https://www.github.com/aeternity/ae_mdw/commit/7fcc55d0937c67a96a4198e2c34ad666c56c068a)) + ## [1.72.0](https://www.github.com/aeternity/ae_mdw/compare/v1.71.0...v1.72.0) (2024-03-29) diff --git a/mix.exs b/mix.exs index 0278d2b30..6a9af4f45 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AeMdw.MixProject do def project() do [ app: :ae_mdw, - version: "1.72.0", + version: "1.72.1", elixir: "~> 1.10", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [