Skip to content

Commit

Permalink
bump kpi tracker (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand authored Sep 13, 2024
1 parent f6d5177 commit 5e4b2fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-kpi-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
file: ./${{ SERVICE_NAME }}/scripts/Dockerfile
file: ./${{ env.SERVICE_NAME }}/scripts/Dockerfile
push: true
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion kpi-tracker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the kpi-tracker service

## 2.1.1
## 2.1.2
- Updated the Concordium Rust SDK to support the changes introduced in protocol 7.

## 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion kpi-tracker/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 kpi-tracker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-kpi-tracker"
version = "2.1.1"
version = "2.1.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 5e4b2fa

Please sign in to comment.