From efc8a0cb5f2a8fc88d3d2f571960fd5c8d2af18c Mon Sep 17 00:00:00 2001 From: aeternity-bot <35604848+aeternity-bot@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:35:41 +0200 Subject: [PATCH] chore: release 1.96.0 (#2047) --- CHANGELOG.md | 23 +++++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bf447f8..e507652c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.96.0](https://www.github.com/aeternity/ae_mdw/compare/v1.95.0...v1.96.0) (2024-12-18) + + +### Features + +* validate oracles cursor ([#2038](https://www.github.com/aeternity/ae_mdw/issues/2038)) ([fbad967](https://www.github.com/aeternity/ae_mdw/commit/fbad96794ee0ef6816f087a2e365a6aa1469a67d)) + + +### Bug Fixes + +* adjust off by one stats ([#2037](https://www.github.com/aeternity/ae_mdw/issues/2037)) ([79e5c1a](https://www.github.com/aeternity/ae_mdw/commit/79e5c1a7ba631820f2debfda59de4b700ab1405d)) +* handle empty aexn count ([#2034](https://www.github.com/aeternity/ae_mdw/issues/2034)) ([e164160](https://www.github.com/aeternity/ae_mdw/commit/e1641607efe55f54fee36c28b83e1f2c6fb11491)) +* handle empty blockchain last_gen retrieval ([#2030](https://www.github.com/aeternity/ae_mdw/issues/2030)) ([07b50b7](https://www.github.com/aeternity/ae_mdw/commit/07b50b719e69b5c6995c0a22bbd85f3b41de724f)) +* handle no stats division by zero error ([#2036](https://www.github.com/aeternity/ae_mdw/issues/2036)) ([6c7ac6f](https://www.github.com/aeternity/ae_mdw/commit/6c7ac6f590edf04facd3e1ef1e20b9a6c8a13999)) +* restructure dex contracts swaps pagination cursor ([#2045](https://www.github.com/aeternity/ae_mdw/issues/2045)) ([d01b5d7](https://www.github.com/aeternity/ae_mdw/commit/d01b5d7ff2ad55ebd2057995b26fbd67e910daa2)) +* swap route v2/v3 route mapping for aex141 token detail ([#2032](https://www.github.com/aeternity/ae_mdw/issues/2032)) ([085c260](https://www.github.com/aeternity/ae_mdw/commit/085c2601ea2d7f08baaae6454c35fd14c8035742)) + + +### Miscellaneous + +* change log lovel of log to warning from error ([#2029](https://www.github.com/aeternity/ae_mdw/issues/2029)) ([a0eb067](https://www.github.com/aeternity/ae_mdw/commit/a0eb0679def5fbf666fc50bffd8121632182ac0d)) +* fix default branch name in docker CI ([#2033](https://www.github.com/aeternity/ae_mdw/issues/2033)) ([f4ce73d](https://www.github.com/aeternity/ae_mdw/commit/f4ce73db9a98d778ce6fca1c8e653d2c83d2244e)) + ## [1.95.0](https://www.github.com/aeternity/ae_mdw/compare/v1.94.0...v1.95.0) (2024-12-03) diff --git a/mix.exs b/mix.exs index 2339f60a1..a5ee927a0 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AeMdw.MixProject do def project() do [ app: :ae_mdw, - version: "1.95.0", + version: "1.96.0", elixir: "~> 1.10", elixirc_paths: elixirc_paths(Mix.env()), elixirc_options: [