Skip to content

Commit

Permalink
chore: release 1.96.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed Dec 18, 2024
1 parent fbad967 commit 0f0de73
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 0f0de73

Please sign in to comment.