Skip to content

Commit

Permalink
[0.14.2] Bump version, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Mar 13, 2024
1 parent 77fdbb1 commit 38551eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# JB4JSON-LD Changelog

## 0.14.2 - 2024-03-13
- Fix an issue with scanning classpath when running in a Spring Boot 3.2.x bundle (Bug #63).
- Dependency updates: JOPA 1.2.2, test deps.

## 0.14.1 - 2023-11-19
- Bump Jakarta JSON version to 2.1.3.
- Switch to Parsson as Jakarta JSON implementation for tests.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>cz.cvut.kbss.jsonld</groupId>
<artifactId>jb4jsonld</artifactId>
<version>0.14.1</version>
<version>0.14.2</version>
<name>JB4JSON-LD</name>
<description>Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
This is the core implementation, which has to be integrated with Jackson, Jersey etc.
Expand Down

0 comments on commit 38551eb

Please sign in to comment.