Skip to content

Commit

Permalink
chore: release 1.86.0 (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Sep 2, 2024
1 parent 7b76954 commit 815bbb2
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.86.0](https://www.github.com/aeternity/ae_mdw/compare/v1.85.0...v1.86.0) (2024-09-02)


### Features

* add support for handling WAE contracts as special AEx9 ones ([#1913](https://www.github.com/aeternity/ae_mdw/issues/1913)) ([7b76954](https://www.github.com/aeternity/ae_mdw/commit/7b769542ca5e5bcf460b0d912d6363c6a23225ab))

## [1.85.0](https://www.github.com/aeternity/ae_mdw/compare/v1.84.0...v1.85.0) (2024-09-02)


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

0 comments on commit 815bbb2

Please sign in to comment.