Skip to content

Commit

Permalink
chore: release 1.78.1 (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed Jun 19, 2024
1 parent a1b84c5 commit d2c725c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.78.1](https://www.github.com/aeternity/ae_mdw/compare/v1.78.0...v1.78.1) (2024-06-19)


### Bug Fixes

* remove destructuring of gen_mutations for mem mutations ([#1817](https://www.github.com/aeternity/ae_mdw/issues/1817)) ([a1b84c5](https://www.github.com/aeternity/ae_mdw/commit/a1b84c50b103b6e3a133eb01c19745695ac3a261))

## [1.78.0](https://www.github.com/aeternity/ae_mdw/compare/v1.77.5...v1.78.0) (2024-06-19)


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

0 comments on commit d2c725c

Please sign in to comment.