Skip to content

Commit

Permalink
chore(main): release 0.4.6 (#176)
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 Apr 14, 2024
1 parent 77b050f commit c38f021
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.5"
".": "0.4.6"
}
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.6](https://github.com/statnett/k3a-lag-exporter/compare/v0.4.5...v0.4.6) (2024-04-12)


### Bug Fixes

* **deps:** update dependency ch.qos.logback:logback-classic to v1.5.4 ([#177](https://github.com/statnett/k3a-lag-exporter/issues/177)) ([5ce19e1](https://github.com/statnett/k3a-lag-exporter/commit/5ce19e15bd86de95ef0899a949da70d47835dbf0))
* **deps:** update dependency ch.qos.logback:logback-classic to v1.5.5 ([#179](https://github.com/statnett/k3a-lag-exporter/issues/179)) ([77b050f](https://github.com/statnett/k3a-lag-exporter/commit/77b050fa9df72869b4460a23a3c3886760301c7b))
* **deps:** update dependency org.slf4j:slf4j-bom to v2.0.13 ([#178](https://github.com/statnett/k3a-lag-exporter/issues/178)) ([f028304](https://github.com/statnett/k3a-lag-exporter/commit/f028304bb8db4005508db312343fcd9740ee7b9d))
* **deps:** update prometheus.version to v1.2.1 ([#175](https://github.com/statnett/k3a-lag-exporter/issues/175)) ([4162be0](https://github.com/statnett/k3a-lag-exporter/commit/4162be07127366577c085905ec01d80bfeba1869))

## [0.4.5](https://github.com/statnett/k3a-lag-exporter/compare/v0.4.4...v0.4.5) (2024-04-02)


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.6-SNAPSHOT</version>
<version>0.4.6</version>

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

0 comments on commit c38f021

Please sign in to comment.