Skip to content
Merged
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
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [1.0.1] - 2025-10-02
## [1.2.0] - 2025-10-02

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

## [1.1.0] - 2025-10-02

- Breakout cronut-integrant and cronut-javax into separate project repositories
- Update tests re: trigger and job key identity
Expand All @@ -23,7 +27,6 @@ Changes in preperation of more active development:

- Shift to factorhouse organisation on github and clojars
- Contract troy-west.cronut ns to simply cronut
- Change to MIT license

## [0.2.6] - 2020-07-14

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.factorhouse/cronut "1.1.0"
(defproject io.factorhouse/cronut "1.2.0"

:description "A Clojure companion to Quartz with Jakarta compatibility"

Expand Down