Skip to content

Commit

Permalink
chore: release 1.50.0 (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed Jun 13, 2023
1 parent 9e25e12 commit cfbd64b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* add approximate_expiration_time to oracles ([#1390](https://www.github.com/aeternity/ae_mdw/issues/1390)) ([b008217](https://www.github.com/aeternity/ae_mdw/commit/b0082177f948860245935852303137126de168e8))


### Miscellaneous

* add transactions count to websocket keyblock ([#1382](https://www.github.com/aeternity/ae_mdw/issues/1382)) ([490d379](https://www.github.com/aeternity/ae_mdw/commit/490d379b1869463eda060849ea2f693471f94a84))
* count only aexn contracts with valid meta info ([#1387](https://www.github.com/aeternity/ae_mdw/issues/1387)) ([a7f0f84](https://www.github.com/aeternity/ae_mdw/commit/a7f0f84e252ce7eb1e6dd4d2a4ad19d36f184c0d))

### [1.49.1](https://www.github.com/aeternity/ae_mdw/compare/v1.49.0...v1.49.1) (2023-06-08)


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

0 comments on commit cfbd64b

Please sign in to comment.