Skip to content

Commit 866292a

Browse files
authored
chore(main): release 3.2.1 (#44)
1 parent cf6018f commit 866292a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.2.0"
2+
".": "3.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.2.1](https://github.com/fluencelabs/fluence-network-exporter/compare/v3.2.0...v3.2.1) (2025-03-03)
4+
5+
6+
### Bug Fixes
7+
8+
* collect proofs stats only for active cc ([#43](https://github.com/fluencelabs/fluence-network-exporter/issues/43)) ([cf6018f](https://github.com/fluencelabs/fluence-network-exporter/commit/cf6018f4cf9f52adcb8dacaf05adb035eeedbb85))
9+
310
## [3.2.0](https://github.com/fluencelabs/fluence-network-exporter/compare/v3.1.0...v3.2.0) (2025-02-26)
411

512

deployment/job.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locals {
66
variable "image" {
77
description = "container image"
88
type = string
9-
default = "fluencelabs/fluence-network-exporter:3.2.0" # x-release-please-version
9+
default = "fluencelabs/fluence-network-exporter:3.2.1" # x-release-please-version
1010
}
1111

1212
resource "consul_keys" "configs" {

0 commit comments

Comments
 (0)