Skip to content

Commit 839d736

Browse files
chore(release): Post v2.0.2 changes
1 parent c3c8aff commit 839d736

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/),
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## v2.0.2 - 2026-04-22
9+
10+
### Maintenance
11+
12+
- Update dependency com.mysql:mysql-connector-j to v9.7.0 ([`05dd012`](https://github.com/xpdustry/sql4md/commit/05dd012832b7a3290f84298fb833d42d1327683f))
13+
- Update dependency org.xerial:sqlite-jdbc to v3.53.0.0 ([`1e1424e`](https://github.com/xpdustry/sql4md/commit/1e1424e3a2e91144eed4e7821c82a2d388753539))
14+
- Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.8 ([`1704d15`](https://github.com/xpdustry/sql4md/commit/1704d154dd45befa85de87cef5298f9e15e1c78a))
15+
- Update dependency org.postgresql:postgresql to v42.7.10 ([`7db0856`](https://github.com/xpdustry/sql4md/commit/7db0856094739e383514eedc0d8f7e5ad8967a46))
16+
817
## v2.0.1 - 2026-02-09
918

1019
### Bugfixes

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id("com.xpdustry.toxopid") version "4.2.0"
1414
}
1515

16-
version = "2.0.2" + if (findProperty("release").toString().toBoolean()) "" else "-SNAPSHOT"
16+
version = "2.0.3" + if (findProperty("release").toString().toBoolean()) "" else "-SNAPSHOT"
1717
group = "com.xpdustry"
1818
description = "A collection of plugins providing SQL drivers for other plugins."
1919

0 commit comments

Comments
 (0)