Skip to content

Commit

Permalink
chore: release 1.72.1 (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed Apr 2, 2024
1 parent 1023ae1 commit c84392b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

### [1.72.1](https://www.github.com/aeternity/ae_mdw/compare/v1.72.0...v1.72.1) (2024-04-02)


### Bug Fixes

* avoid converting to atom on runtime metrics formatter ([#1722](https://www.github.com/aeternity/ae_mdw/issues/1722)) ([1023ae1](https://www.github.com/aeternity/ae_mdw/commit/1023ae1bd4ad7ba69baec77d6d525313437c068b))


### Testing

* change tests using nonexisting column ([#1720](https://www.github.com/aeternity/ae_mdw/issues/1720)) ([7fcc55d](https://www.github.com/aeternity/ae_mdw/commit/7fcc55d0937c67a96a4198e2c34ad666c56c068a))

## [1.72.0](https://www.github.com/aeternity/ae_mdw/compare/v1.71.0...v1.72.0) (2024-03-29)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule AeMdw.MixProject do
def project() do
[
app: :ae_mdw,
version: "1.72.0",
version: "1.72.1",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit c84392b

Please sign in to comment.