From a48f97473c995215eda574256e7991ecf81c8934 Mon Sep 17 00:00:00 2001 From: aeternity-bot <35604848+aeternity-bot@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:27:14 +0200 Subject: [PATCH] chore: release 1.68.1 (#1671) --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e3c0c88..0af9558f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### [1.68.1](https://www.github.com/aeternity/ae_mdw/compare/v1.68.0...v1.68.1) (2024-02-02) + + +### Bug Fixes + +* handle heavy endpoint timeout ([#1673](https://www.github.com/aeternity/ae_mdw/issues/1673)) ([91d29a8](https://www.github.com/aeternity/ae_mdw/commit/91d29a8123ad5b8529449a6ac2acf46a92ed29c4)) +* ignore 0-gen db for name stats ([#1663](https://www.github.com/aeternity/ae_mdw/issues/1663)) ([4bc5776](https://www.github.com/aeternity/ae_mdw/commit/4bc5776f30519dee863e72d83d3937870fd94874)) +* include all auction claims when closing up an auction ([#1674](https://www.github.com/aeternity/ae_mdw/issues/1674)) ([9ac9c87](https://www.github.com/aeternity/ae_mdw/commit/9ac9c873bc76128af40ce61a526175bc3eade7ba)) + ## [1.68.0](https://www.github.com/aeternity/ae_mdw/compare/v1.67.0...v1.68.0) (2023-12-28) diff --git a/mix.exs b/mix.exs index 9e0549a18..4d1a1c0f3 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AeMdw.MixProject do def project() do [ app: :ae_mdw, - version: "1.68.0", + version: "1.68.1", elixir: "~> 1.10", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [