Skip to content

Commit

Permalink
chore(main): release 0.4.14 (#230)
Browse files Browse the repository at this point in the history
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
  • Loading branch information
statnett-bot[bot] authored Oct 21, 2024
1 parent b0f23ff commit 1a8c9f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.13"
".": "0.4.14"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.14](https://github.com/statnett/k3a-lag-exporter/compare/v0.4.13...v0.4.14) (2024-10-21)


### Bug Fixes

* **deps:** update dependency ch.qos.logback:logback-classic to v1.5.10 ([#229](https://github.com/statnett/k3a-lag-exporter/issues/229)) ([074bc44](https://github.com/statnett/k3a-lag-exporter/commit/074bc4448481928d1ba046c50640cc89cf7508e5))
* **deps:** update dependency ch.qos.logback:logback-classic to v1.5.11 ([#231](https://github.com/statnett/k3a-lag-exporter/issues/231)) ([1dd1857](https://github.com/statnett/k3a-lag-exporter/commit/1dd1857c7463f856b47bb6ca93f1d382a562c1a2))
* **deps:** update dependency org.junit:junit-bom to v5.11.3 ([#233](https://github.com/statnett/k3a-lag-exporter/issues/233)) ([b0f23ff](https://github.com/statnett/k3a-lag-exporter/commit/b0f23ffff4860110834706564714094b29bd9b37))
* **deps:** update prometheus.version to v1.3.2 ([#232](https://github.com/statnett/k3a-lag-exporter/issues/232)) ([3ad7a80](https://github.com/statnett/k3a-lag-exporter/commit/3ad7a8030b80e3c9536074f411a213e5c60761d6))

## [0.4.13](https://github.com/statnett/k3a-lag-exporter/compare/v0.4.12...v0.4.13) (2024-10-08)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-lag-exporter</artifactId>
<version>0.4.14-SNAPSHOT</version>
<version>0.4.14</version>

<properties>
<java.version>21</java.version>
Expand Down

0 comments on commit 1a8c9f2

Please sign in to comment.