From 59bbe4d9516b91cecb40773820db4f3948cdfc47 Mon Sep 17 00:00:00 2001 From: aeternity-bot <35604848+aeternity-bot@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:04:24 +0200 Subject: [PATCH] chore: release 1.66.3 --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c453cc49b..3a5c9ff43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [1.66.3](https://www.github.com/aeternity/ae_mdw/compare/v1.66.2...v1.66.3) (2023-11-27) + + +### Bug Fixes + +* use last gen status regardless of transaction index ([#1637](https://www.github.com/aeternity/ae_mdw/issues/1637)) ([07bd70a](https://www.github.com/aeternity/ae_mdw/commit/07bd70a5aa328ca0f8668700dcefab2b2b8bca78)) + + +### Miscellaneous + +* generalize json/view rendering ([#1627](https://www.github.com/aeternity/ae_mdw/issues/1627)) ([fdcf633](https://www.github.com/aeternity/ae_mdw/commit/fdcf6334e0b4591c82ae5454fe74e4dccae5be39)) + ### [1.66.2](https://www.github.com/aeternity/ae_mdw/compare/v1.66.1...v1.66.2) (2023-11-23) diff --git a/mix.exs b/mix.exs index c48de0700..63680b6df 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AeMdw.MixProject do def project() do [ app: :ae_mdw, - version: "1.66.2", + version: "1.66.3", elixir: "~> 1.10", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [