Skip to content

Commit

Permalink
chore: release 1.100.0 (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Feb 20, 2025
1 parent 10f2a6c commit dd82dfc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.100.0](https://github.com/aeternity/ae_mdw/compare/v1.99.0...v1.100.0) (2025-02-20)


### Features

* increase the limit of the stats endpoints to 1000 ([#2095](https://github.com/aeternity/ae_mdw/issues/2095)) ([042a78f](https://github.com/aeternity/ae_mdw/commit/042a78fc438438cdc496d16b43551b6a03a0cbf3))
* introduce now transaction hash range scoping ([#2096](https://github.com/aeternity/ae_mdw/issues/2096)) ([c3c1bda](https://github.com/aeternity/ae_mdw/commit/c3c1bdaba36993f9f422e2556a58f0e88c60804a))


### Bug Fixes

* ignore query params that start with underscore ([#2090](https://github.com/aeternity/ae_mdw/issues/2090)) ([14e4074](https://github.com/aeternity/ae_mdw/commit/14e40747d5bacd9fe1440e7192b0a8d8266ea655))


### Testing

* update paginated test plug with new master test ([#2098](https://github.com/aeternity/ae_mdw/issues/2098)) ([4220311](https://github.com/aeternity/ae_mdw/commit/4220311ef39373a420fea56a53939d613f7cb5e2))


### Miscellaneous

* use Phoenix with Bandit HTTP server ([#2093](https://github.com/aeternity/ae_mdw/issues/2093)) ([29bd874](https://github.com/aeternity/ae_mdw/commit/29bd8746eb4a4fbf19ebd4374dcff0e17ebcadb6))

## [1.99.0](https://github.com/aeternity/ae_mdw/compare/v1.98.0...v1.99.0) (2025-02-06)


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

0 comments on commit dd82dfc

Please sign in to comment.