Skip to content

Commit 7edfb1b

Browse files
committed
prep for 1.2.1 release
1 parent d6a8763 commit 7edfb1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## [1.2.0] - 2025-10-25
5+
6+
- Update to org.quartz-scheduler/quartz "2.5.1"
7+
48
## [1.2.0] - 2025-10-02
59

610
- Separate jobs and opts, move to group/name rather than identity

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Summary
77

88
[Cronut](https://github.com/factorhouse/cronut) provides a data-first [Clojure](https://clojure.org/) wrapper
9-
for [Quartz Scheduler](https://github.com/quartz-scheduler/quartz) version `2.5.0`, compatible
9+
for [Quartz Scheduler](https://github.com/quartz-scheduler/quartz) version `2.5.1`, compatible
1010
with [Jakarta](https://en.wikipedia.org/wiki/Jakarta_EE).
1111

1212
Cronut supports **in-memory** scheduling of jobs within a single JVM. JDBC and distributed jobstore are not supported.

0 commit comments

Comments
 (0)