Skip to content

Commit

Permalink
chore: release 1.97.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot committed Jan 17, 2025
1 parent 2903e0a commit da4863f
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.97.0](https://github.com/aeternity/ae_mdw/compare/v1.96.2...v1.97.0) (2025-01-17)


### Features

* add hyperchain sync support ([74e098d](https://github.com/aeternity/ae_mdw/commit/74e098d5b4dfbb6765f7b034b90f77d2eaa15fea))


### Miscellaneous

* bump release-please version to 4 ([#2062](https://github.com/aeternity/ae_mdw/issues/2062)) ([35af3fa](https://github.com/aeternity/ae_mdw/commit/35af3fab1be41d598ff86a54a6502a30e4dda5c2))
* downgrade release please ([#2070](https://github.com/aeternity/ae_mdw/issues/2070)) ([2903e0a](https://github.com/aeternity/ae_mdw/commit/2903e0a98e50b05740080318924d82cf07d3b213))
* get rid of runtime startup warnings ([#2039](https://github.com/aeternity/ae_mdw/issues/2039)) ([ddf61e5](https://github.com/aeternity/ae_mdw/commit/ddf61e520b343a208f64ca06a93c32367ca48329))

### [1.96.2](https://www.github.com/aeternity/ae_mdw/compare/v1.96.1...v1.96.2) (2025-01-07)


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

0 comments on commit da4863f

Please sign in to comment.