Skip to content

Commit

Permalink
chore: release 1.74.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed Apr 24, 2024
1 parent 635249b commit 44f65cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

### [1.74.4](https://www.github.com/aeternity/ae_mdw/compare/v1.74.3...v1.74.4) (2024-04-24)


### Bug Fixes

* add int-as-string on pagination next/prev urls ([#1745](https://www.github.com/aeternity/ae_mdw/issues/1745)) ([635249b](https://www.github.com/aeternity/ae_mdw/commit/635249bcd6de48938873deadc913a8cd0d157a75))
* extend auction properly ([#1743](https://www.github.com/aeternity/ae_mdw/issues/1743)) ([21d942e](https://www.github.com/aeternity/ae_mdw/commit/21d942e69f5a24a1f3570099031f2a283a2d8605))

### [1.74.3](https://www.github.com/aeternity/ae_mdw/compare/v1.74.2...v1.74.3) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule AeMdw.MixProject do
def project() do
[
app: :ae_mdw,
version: "1.74.3",
version: "1.74.4",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 44f65cb

Please sign in to comment.