Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Oct 11, 2023
1 parent 94ed57c commit 017bb5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/statnett/k3a-lag-exporter/compare/v0.1.0...v0.2.0) (2023-10-11)


### Features

* support for JSON log format (and make it the new default) ([#76](https://github.com/statnett/k3a-lag-exporter/issues/76)) ([6ce201f](https://github.com/statnett/k3a-lag-exporter/commit/6ce201f1912915482b09556ab08263a70bde09da))


### Bug Fixes

* **deps:** update dependency com.fasterxml.jackson:jackson-bom to v2.15.2 ([#77](https://github.com/statnett/k3a-lag-exporter/issues/77)) ([94ed57c](https://github.com/statnett/k3a-lag-exporter/commit/94ed57cf5abfb9733416d2b5bee5e739b97fefeb))

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


Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>no.statnett</groupId>
<artifactId>k3a-lag-exporter</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0</version>

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

0 comments on commit 017bb5b

Please sign in to comment.