Skip to content

Commit

Permalink
chore(main): release 0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Sep 29, 2024
1 parent 66a3636 commit f2db2de
Show file tree
Hide file tree
Showing 3 changed files with 11 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.11"
".": "0.4.12"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.4.12](https://github.com/statnett/k3a-lag-exporter/compare/v0.4.11...v0.4.12) (2024-09-29)


### Bug Fixes

* **deps:** update dependency com.fasterxml.jackson:jackson-bom to v2.18.0 ([#219](https://github.com/statnett/k3a-lag-exporter/issues/219)) ([7fd821d](https://github.com/statnett/k3a-lag-exporter/commit/7fd821d2877875d3fbae9911980bded17362a245))
* **deps:** update dependency org.junit:junit-bom to v5.11.1 ([#217](https://github.com/statnett/k3a-lag-exporter/issues/217)) ([493d001](https://github.com/statnett/k3a-lag-exporter/commit/493d001b9b7fe5e198e39cbf8847adcd38e63825))
* use getAdmin instead of admin to ensure object is created ([#220](https://github.com/statnett/k3a-lag-exporter/issues/220)) ([66a3636](https://github.com/statnett/k3a-lag-exporter/commit/66a3636ac60de108059a665eda267df3d3f70e7a))

## [0.4.11](https://github.com/statnett/k3a-lag-exporter/compare/v0.4.10...v0.4.11) (2024-09-18)


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.12-SNAPSHOT</version>
<version>0.4.12</version>

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

0 comments on commit f2db2de

Please sign in to comment.