Skip to content

Commit

Permalink
chore: release 1.50.1 (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed Jun 13, 2023
1 parent 38baa36 commit cf13c31
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.50.1](https://www.github.com/aeternity/ae_mdw/compare/v1.50.0...v1.50.1) (2023-06-13)


### Bug Fixes

* return txs count after cache ([#1394](https://www.github.com/aeternity/ae_mdw/issues/1394)) ([38baa36](https://www.github.com/aeternity/ae_mdw/commit/38baa362f033417c0a9ee7f8fb0be7301c6ffb89))

## [1.50.0](https://www.github.com/aeternity/ae_mdw/compare/v1.49.1...v1.50.0) (2023-06-13)


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

0 comments on commit cf13c31

Please sign in to comment.