Skip to content

Commit

Permalink
chore: release 1.68.0 (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Jan 2, 2024
1 parent 006503c commit ddb8675
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.68.0](https://www.github.com/aeternity/ae_mdw/compare/v1.67.0...v1.68.0) (2023-12-28)


### Features

* index and fetch dex swap tokens ([#1628](https://www.github.com/aeternity/ae_mdw/issues/1628)) ([006503c](https://www.github.com/aeternity/ae_mdw/commit/006503c8fe10a7281a418f3d53889bdf0295ad50))


### Bug Fixes

* pick starting transaction from 24hs ago for counting ([#1652](https://www.github.com/aeternity/ae_mdw/issues/1652)) ([b7a073d](https://www.github.com/aeternity/ae_mdw/commit/b7a073d564d3f0fa9eec8fb0e92bed3b66b9c86f))


### Miscellaneous

* index name statistics using key blocks ([#1658](https://www.github.com/aeternity/ae_mdw/issues/1658)) ([f21c3e0](https://www.github.com/aeternity/ae_mdw/commit/f21c3e0620edee798d0a3820a0544d219bc71e98))

## [1.67.0](https://www.github.com/aeternity/ae_mdw/compare/v1.66.4...v1.67.0) (2023-12-20)


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

0 comments on commit ddb8675

Please sign in to comment.