Skip to content

Commit

Permalink
chore: release 1.70.0 (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Mar 6, 2024
1 parent f459a04 commit ada9624
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.70.0](https://www.github.com/aeternity/ae_mdw/compare/v1.69.1...v1.70.0) (2024-03-06)


### Features

* add remaining v3 routes without the ones deprecated ([#1683](https://www.github.com/aeternity/ae_mdw/issues/1683)) ([62065cc](https://www.github.com/aeternity/ae_mdw/commit/62065ccc183c32558fd7c26360aae8a5e4ff3920))
* allow encoding ints as strings via query parameter ([#1694](https://www.github.com/aeternity/ae_mdw/issues/1694)) ([f459a04](https://www.github.com/aeternity/ae_mdw/commit/f459a0414cfcd5285fbaf9aa1e79bfbbee69b73d))


### Bug Fixes

* process HC seed contracts with the correct format ([#1691](https://www.github.com/aeternity/ae_mdw/issues/1691)) ([9f5e850](https://www.github.com/aeternity/ae_mdw/commit/9f5e850706535f07c052e1b7811c88d53dc3a17f))
* return 404 when contract is not found ([#1687](https://www.github.com/aeternity/ae_mdw/issues/1687)) ([4bb632d](https://www.github.com/aeternity/ae_mdw/commit/4bb632d2879896a026d488aa068776204ceb62ff))

### [1.69.1](https://www.github.com/aeternity/ae_mdw/compare/v1.69.0...v1.69.1) (2024-02-26)


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

0 comments on commit ada9624

Please sign in to comment.