Skip to content

Commit

Permalink
chore: release 1.97.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed Jan 22, 2025
1 parent cd73793 commit e742909
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.97.1](https://github.com/aeternity/ae_mdw/compare/v1.97.0...v1.97.1) (2025-01-22)


### Bug Fixes

* fix regression by returning the v2 status endpoint ([#2073](https://github.com/aeternity/ae_mdw/issues/2073)) ([4d4da97](https://github.com/aeternity/ae_mdw/commit/4d4da97c4c7e98cf522e24a45c4cd496ff1caec8))
* return the correct number of transactions ([#2057](https://github.com/aeternity/ae_mdw/issues/2057)) ([817ea69](https://github.com/aeternity/ae_mdw/commit/817ea69eee193d27676585afcf58e3e5829cb7e8))


### Miscellaneous

* fix test-action database dir removal ([#2072](https://github.com/aeternity/ae_mdw/issues/2072)) ([cd73793](https://github.com/aeternity/ae_mdw/commit/cd737935108c3667244e7205d9799608fb4379d4))

## [1.97.0](https://github.com/aeternity/ae_mdw/compare/v1.96.2...v1.97.0) (2025-01-17)


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.97.0",
version: "1.97.1",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit e742909

Please sign in to comment.