From 4d1332933308f1146fd241e222d301e5e2f7102c Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 7 Jul 2023 12:09:09 +0000 Subject: [PATCH] chore(release): v0.4.2 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e638d82..5bb47d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.4.2](https://github.com/InTaVia/InTaVia-Backend/compare/v0.4.1...v0.4.2) (2023-07-07) + + +### Bug Fixes + +* fixes an issue with vocabs in search not showing up ([9ca2877](https://github.com/InTaVia/InTaVia-Backend/commit/9ca2877fc21ed53f77dc13d22de2d0ec540b984b)) + + + ## [0.4.1](https://github.com/InTaVia/InTaVia-Backend/compare/v0.4.0...v0.4.1) (2023-07-07) @@ -42,12 +51,3 @@ -## [0.2.43](https://github.com/InTaVia/InTaVia-Backend/compare/v0.2.42...v0.2.43) (2023-06-27) - - -### Bug Fixes - -* fixes named graph URI for BNet ([ecf5b07](https://github.com/InTaVia/InTaVia-Backend/commit/ecf5b079591fa6798cae13bc721cd2b46e4eba40)), closes [#168](https://github.com/InTaVia/InTaVia-Backend/issues/168) - - - diff --git a/pyproject.toml b/pyproject.toml index 7ca60aa..e0b028b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ profile = "black" [tool.poetry] name = "intavia-backend" -version = "0.4.1" +version = "0.4.2" description = "" authors = [ "Matthias Schlögl " ] license = "MIT"