Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#52)
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 7, 2023
1 parent 50620f0 commit ae4b1bc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.0](https://github.com/statnett/k3a-lag-exporter/compare/v0.0.4...v0.1.0) (2023-10-07)


### ⚠ BREAKING CHANGES

* change slf4j backend to Logback ([#73](https://github.com/statnett/k3a-lag-exporter/issues/73))

### Features

* change slf4j backend to Logback ([#73](https://github.com/statnett/k3a-lag-exporter/issues/73)) ([964dffc](https://github.com/statnett/k3a-lag-exporter/commit/964dffcf1c3191602645c2470236d78564e37d9c))


### Bug Fixes

* **deps:** update dependency org.apache.kafka:kafka-clients to v3.6.0 ([#44](https://github.com/statnett/k3a-lag-exporter/issues/44)) ([8d7bcff](https://github.com/statnett/k3a-lag-exporter/commit/8d7bcffb1424901632469c75e94e4c1882510472))

## [0.0.4](https://github.com/statnett/k3a-lag-exporter/compare/v0.0.3...v0.0.4) (2023-10-03)


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>no.statnett</groupId>
<artifactId>k3a-lag-exporter</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.1.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit ae4b1bc

Please sign in to comment.