Skip to content

Commit

Permalink
chore: release 1.66.3 (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Nov 27, 2023
1 parent 07bd70a commit a5bcc52
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [1.66.3](https://www.github.com/aeternity/ae_mdw/compare/v1.66.2...v1.66.3) (2023-11-27)


### Bug Fixes

* use last gen status regardless of transaction index ([#1637](https://www.github.com/aeternity/ae_mdw/issues/1637)) ([07bd70a](https://www.github.com/aeternity/ae_mdw/commit/07bd70a5aa328ca0f8668700dcefab2b2b8bca78))


### Miscellaneous

* generalize json/view rendering ([#1627](https://www.github.com/aeternity/ae_mdw/issues/1627)) ([fdcf633](https://www.github.com/aeternity/ae_mdw/commit/fdcf6334e0b4591c82ae5454fe74e4dccae5be39))

### [1.66.2](https://www.github.com/aeternity/ae_mdw/compare/v1.66.1...v1.66.2) (2023-11-23)


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

0 comments on commit a5bcc52

Please sign in to comment.