Skip to content

Commit

Permalink
Bump dc-commons-jdbi version to 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Nov 23, 2023
1 parent dfd7963 commit 2583445
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions dc-commons-jdbi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [7.0.4](https://github.com/dbmdz/digitalcollections-commons/releases/tag/dc-commons-jdbi-7.0.3) - 2023-09-15

### Added

- `JsonbSetColumnMapperFactory` and `JsonbSetArgumentFactory` for JSONB columns
that contain a set (just an array in JSON though)

### Changed

- Updated `dc-model`

## [7.0.3](https://github.com/dbmdz/digitalcollections-commons/releases/tag/dc-commons-jdbi-7.0.3) - 2023-09-15

### Changed
Expand Down
2 changes: 1 addition & 1 deletion dc-commons-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>dc-commons-jdbi</artifactId>
<version>7.0.4-SNAPSHOT</version>
<version>7.0.4</version>
<packaging>jar</packaging>

<name>DigitalCollections: Commons JDBI</name>
Expand Down

0 comments on commit 2583445

Please sign in to comment.