Skip to content

Commit

Permalink
chore: release 1.47.0 (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed May 15, 2023
1 parent 8a70312 commit b953668
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.47.0](https://www.github.com/aeternity/ae_mdw/compare/v1.46.7...v1.47.0) (2023-05-15)


### Features

* filter logs by contract and event ([#1317](https://www.github.com/aeternity/ae_mdw/issues/1317)) ([8a70312](https://www.github.com/aeternity/ae_mdw/commit/8a70312aed3d2e311a6fd259d7d4fcadb4cea13f))


### Miscellaneous

* rename update_type_count file to match module ([#1315](https://www.github.com/aeternity/ae_mdw/issues/1315)) ([a5b0bac](https://www.github.com/aeternity/ae_mdw/commit/a5b0bac422b521221c6d6ab798f0c402d0715776))

### [1.46.7](https://www.github.com/aeternity/ae_mdw/compare/v1.46.6...v1.46.7) (2023-05-11)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule AeMdw.MixProject do
def project() do
[
app: :ae_mdw,
version: "1.46.7",
version: "1.47.0",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit b953668

Please sign in to comment.