Skip to content

Commit 2583445

Browse files
committed
Bump dc-commons-jdbi version to 7.0.4
1 parent dfd7963 commit 2583445

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dc-commons-jdbi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
## [Unreleased]
88

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

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

16+
### Changed
17+
18+
- Updated `dc-model`
19+
1420
## [7.0.3](https://github.com/dbmdz/digitalcollections-commons/releases/tag/dc-commons-jdbi-7.0.3) - 2023-09-15
1521

1622
### Changed

dc-commons-jdbi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>dc-commons-jdbi</artifactId>
12-
<version>7.0.4-SNAPSHOT</version>
12+
<version>7.0.4</version>
1313
<packaging>jar</packaging>
1414

1515
<name>DigitalCollections: Commons JDBI</name>

0 commit comments

Comments
 (0)