Skip to content

Commit f957620

Browse files
authored
Merge pull request #2 from factorhouse/next-release
Release 1.2.0
2 parents 42a6cda + 957e997 commit f957620

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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.0.1] - 2025-10-02
4+
## [1.2.0] - 2025-10-02
5+
6+
- Separate jobs and opts, move to group/name rather than identity
7+
-
8+
## [1.1.0] - 2025-10-02
59

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

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

2831
## [0.2.6] - 2020-07-14
2932

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject io.factorhouse/cronut-javax "1.1.0"
1+
(defproject io.factorhouse/cronut-javax "1.2.0"
22

33
:description "A Clojure companion to Quartz with Javax compatibility"
44

0 commit comments

Comments
 (0)