Skip to content

Commit

Permalink
chore: release 1.66.1 (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Nov 21, 2023
1 parent c3e8814 commit b4bea62
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.66.1](https://www.github.com/aeternity/ae_mdw/compare/v1.66.0...v1.66.1) (2023-11-12)


### Bug Fixes

* ignore errored contract calls fun_arg_res when syncing ([#1625](https://www.github.com/aeternity/ae_mdw/issues/1625)) ([c3e8814](https://www.github.com/aeternity/ae_mdw/commit/c3e8814343aee96e2a5f8cc314598871c2e925a9))

## [1.66.0](https://www.github.com/aeternity/ae_mdw/compare/v1.65.0...v1.66.0) (2023-11-09)


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

0 comments on commit b4bea62

Please sign in to comment.