Skip to content

Commit

Permalink
chore: release 1.57.1 (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Aug 7, 2023
1 parent 35ff502 commit 953f508
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### [1.57.1](https://www.github.com/aeternity/ae_mdw/compare/v1.57.0...v1.57.1) (2023-08-07)


### Miscellaneous

* add v2 yaml file back to the static directory ([#1499](https://www.github.com/aeternity/ae_mdw/issues/1499)) ([c2bb9da](https://www.github.com/aeternity/ae_mdw/commit/c2bb9da74662c691e42bfcd180659bb97f6fa24d))
* disable cache for DB block mutations ([#1507](https://www.github.com/aeternity/ae_mdw/issues/1507)) ([2e2413f](https://www.github.com/aeternity/ae_mdw/commit/2e2413f01e861c0e0e091793082c0b6bc7e22d72))
* get block height finding the header ([#1501](https://www.github.com/aeternity/ae_mdw/issues/1501)) ([0251aae](https://www.github.com/aeternity/ae_mdw/commit/0251aae9715f5008418ec0bca47ec76f1267628f))
* use aexn extensions from byte code ([#1508](https://www.github.com/aeternity/ae_mdw/issues/1508)) ([35ff502](https://www.github.com/aeternity/ae_mdw/commit/35ff5024d6c4bc64d0e3130801328fb16bb9c6fa))

## [1.57.0](https://www.github.com/aeternity/ae_mdw/compare/v1.56.0...v1.57.0) (2023-08-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.57.0",
version: "1.57.1",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 953f508

Please sign in to comment.