Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.5.1"}
{".":"1.5.2"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.5.2](https://github.com/mpecan/upsert/compare/v1.5.1...v1.5.2) (2025-08-01)


### Bug Fixes

* **deps:** update dependency org.mockito.kotlin:mockito-kotlin to v6 ([#77](https://github.com/mpecan/upsert/issues/77)) ([7ee52c4](https://github.com/mpecan/upsert/commit/7ee52c41c050a1305891f647c18af3e1bdef1f12))
* **deps:** update dependency org.xerial:sqlite-jdbc to v3.50.3.0 ([#78](https://github.com/mpecan/upsert/issues/78)) ([daea481](https://github.com/mpecan/upsert/commit/daea48137329c4da9aa54906e4a33ff460ac4201))

## [1.5.1](https://github.com/mpecan/upsert/compare/v1.5.0...v1.5.1) (2025-07-08)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# SIGNING_KEY_ID, SIGNING_PASSWORD, SIGNING_SECRET_KEY_RING_FILE for GPG signing
# Project version - this will be updated by release-please
#x-release-please-start-version
version=1.5.2-SNAPSHOT
version=1.5.2
#x-release-please-end-version
Loading