Skip to content

Commit

Permalink
chore: release 1.74.0 (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Apr 18, 2024
1 parent d58d752 commit 909de2e
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.74.0](https://www.github.com/aeternity/ae_mdw/compare/v1.73.0...v1.74.0) (2024-04-18)


### Features

* add reverted calls migration to update fun/args ([#1731](https://www.github.com/aeternity/ae_mdw/issues/1731)) ([d58d752](https://www.github.com/aeternity/ae_mdw/commit/d58d75286151d1060b28ad5613320e1f78ebb525))


### Bug Fixes

* remove hardcoded node log level in favor of aeternity.yaml config ([#1729](https://www.github.com/aeternity/ae_mdw/issues/1729)) ([8b34e16](https://www.github.com/aeternity/ae_mdw/commit/8b34e16f4a05e5c1a2e98e1d4786ac44d28c5c4a))
* store function name for reverted contract calls ([#1728](https://www.github.com/aeternity/ae_mdw/issues/1728)) ([0294ba6](https://www.github.com/aeternity/ae_mdw/commit/0294ba6d73e0f9daf96a27d67b32450c6c0979b2))

## [1.73.0](https://www.github.com/aeternity/ae_mdw/compare/v1.72.1...v1.73.0) (2024-04-15)


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

0 comments on commit 909de2e

Please sign in to comment.