Skip to content

Commit

Permalink
Prepare for release (#517)
Browse files Browse the repository at this point in the history
* ensure validity

* bump frontend and backend

* CHANGELOG

* updated changelog

* bump to correct version
  • Loading branch information
lassemand authored Feb 12, 2025
1 parent 933c668 commit ef5b0c4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions backend-rust/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.1.24] - 2025-02-12

### Fixed

- Fix metrics where interval is being shown in greater units than strictly seconds
Expand Down
2 changes: 1 addition & 1 deletion backend-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-scan"
version = "0.1.23"
version = "0.1.24"
edition = "2021"
description = "CCDScan: Indexer and API for the Concordium blockchain"
authors = ["Concordium <developers@concordium.com>"]
Expand Down
2 changes: 2 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.7.3] - 2025-02-12

### Fixed

- Fix transaction links from transaction list page. These failed due to using a transaction ID which is incompatible with the new API, instead only the transaction hash can be used now.
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ccscan-frontend",
"description": "CCDScan frontend",
"version": "1.7.2",
"version": "1.7.3",
"engine": "16",
"type": "module",
"private": true,
Expand Down

0 comments on commit ef5b0c4

Please sign in to comment.