# Changelog

<a name="unreleased"></a>

## [Unreleased]

### Bug Fixes

- add eventmanager

  ### Changes
- update libs
- license text

<a name="v1.20.1"></a>

## [v1.20.1] - 2024-09-28

### Bug Fixes

- move flake.nix
- wrong event type
- vendoring
- move to nix flake

<a name="v1.20.0"></a>

## [v1.20.0] - 2024-08-26

### Add Features

- add done event

  ### Changes
- vendoring [#71](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/71)
- update go to 1.22 [#71](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/71)

<a name="v1.19.4"></a>

## [v1.19.4] - 2024-05-05

### Bug Fixes

- sql doesn´t work [#70](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/70)
- update statistic [#69](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/69)

<a name="v1.19.3"></a>

## [v1.19.3] - 2024-05-05

### Bug Fixes

- runnable is nil [#68](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/68)

<a name="v1.19.2"></a>

## [v1.19.2] - 2024-05-05

### Bug Fixes

- delete job need a job (nil pointer
  exception) [#67](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/67)

<a name="v1.19.1"></a>

## [v1.19.1] - 2024-05-05

### Bug Fixes

- deletejob have not to check active
  jobs [#66](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/66)

<a name="v1.19.0"></a>

## [v1.19.0] - 2024-05-05

### Add Features

- add new UIError [#65](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/65)

<a name="v1.18.2"></a>

## [v1.18.2] - 2024-05-04

### Bug Fixes

- init stats (now is a pointer) [#64](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/64)

<a name="v1.18.1"></a>

## [v1.18.1] - 2024-05-04

### Bug Fixes

- save without stats [#63](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/63)

<a name="v1.18.0"></a>

## [v1.18.0] - 2024-05-04

### Add Features

- new manager function saveJob

<a name="v1.17.0"></a>

## [v1.17.0] - 2024-05-04

### Add Features

- remap string values for time, duration,
  etc [#62](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/62)

<a name="v1.16.1"></a>

## [v1.16.1] - 2024-05-04

### Bug Fixes

- repair missing inotify schedule

<a name="v1.16.0"></a>

## [v1.16.0] - 2024-05-03

### Add Features

- map time and duration in json context [#60](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/60)

  ### Bug Fixes
- fix timezon in test [#61](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/61)

<a name="v1.15.17"></a>

## [v1.15.17] - 2024-04-25

### Bug Fixes

- hide database debug message [#59](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/59)

  ### Changes
- update deploy script
- update versions prediction
- clean up gitlab-ci
- wrong headline
- fix direnv watch_files

<a name="v1.15.16"></a>

## [v1.15.16] - 2024-04-21

### Bug Fixes

- tests

### Changes
- remove old files
- correct spelling [#58](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/58)

<a name="v1.15.15"></a>

## [v1.15.15] - 2024-04-21

### Bug Fixes

- cleanup script
- fixing test cases [#57](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/57)
- debug build
- optimize save [#52](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/52)

### Changes
- remove race and cover tests from ci pipeline
- update tests
- update deploy and test code [#56](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/56)
- update organisation
- update git-commit call [#55](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/55)
- integrate git-commit script [#54](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/54)
- move from devenv to flake.nix [#53](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/53)

<a name="v1.15.14"></a>

## [v1.15.14] - 2024-04-17

### Bug Fixes

- save all stats [#51](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/51)
- update database save and update [#50](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/50)

<a name="v1.15.13"></a>

## [v1.15.13] - 2024-03-23

### Bug Fixes

- simplify save [#49](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/49)

  ### Changes
- fix test

<a name="v1.15.12"></a>

## [v1.15.12] - 2024-03-19

### Bug Fixes

- save data

<a name="v1.15.11"></a>

## [v1.15.11] - 2024-03-19

### Bug Fixes

- save zero fields too [#48](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/48)

<a name="v1.15.10"></a>

## [v1.15.10] - 2024-03-19

### Bug Fixes

- race
    - race
    - update datasaver [#47](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/47)
    - race condition in runnables [#46](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/46)
    - add where statements and add error
      handling [#45](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/45)

<a name="v1.15.9"></a>

## [v1.15.9] - 2024-03-12

### Bug Fixes

- optimize job safe [#44](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/44)

<a name="v1.15.8"></a>

## [v1.15.8] - 2023-12-18

### Bug Fixes

- security fix CVE-2023-48795 [#43](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/43)

<a name="v1.15.7"></a>

## [v1.15.7] - 2023-12-17

### Bug Fixes

- wrong type check [#42](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/42)

  ### Changes
- liceses

<a name="v1.15.6"></a>

## [v1.15.6] - 2023-12-17

### Bug Fixes

- write result and error [#41](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/41)

<a name="v1.15.5"></a>

## [v1.15.5] - 2023-12-17

### Bug Fixes

- implementation of interface failes [#40](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/40)

<a name="v1.15.4"></a>

## [v1.15.4] - 2023-12-17

### Bug Fixes

- shell result was not written to db [#39](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/39)

<a name="v1.15.3"></a>

## [v1.15.3] - 2023-12-16

### Bug Fixes

- fix tests [#38](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/38)
    - wrong interval assignment [#37](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/37)

<a name="v1.15.2"></a>

## [v1.15.2] - 2023-12-15

### Bug Fixes

- the import of yaml and json files only read 4
  field  [#36](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/36)

<a name="v1.15.1"></a>

## [v1.15.1] - 2023-12-06

### Bug Fixes

- parse duration in json [#35](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/35)
    - parse duration [#34](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/34)

<a name="v1.15.0"></a>

## [v1.15.0] - 2023-12-02

### Add Features

- worker stats
    - new fsnotify scheduler [#33](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/33)

  ### Bug Fixes
- tests

  ### Changes
- license comment
    - fix ci tests

<a name="v1.14.0"></a>

## [v1.14.0] - 2023-11-15

### Add Features

- new runJob method [#32](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/32)

<a name="v1.13.2"></a>

## [v1.13.2] - 2023-11-15

### Bug Fixes

- wrong db update construct

<a name="v1.13.1"></a>

## [v1.13.1] - 2023-11-15

### Bug Fixes

- typo
    - cant remove time scheduler [#31](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/31)

<a name="v1.13.0"></a>

## [v1.13.0] - 2023-11-15

### Add Features

- update deleted jobs [#30](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/30)

<a name="v1.12.8"></a>

## [v1.12.8] - 2023-11-15

### Bug Fixes

- date format (pauseuntil, time schedule) results in
  error [#29](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/29)

<a name="v1.12.7"></a>

## [v1.12.7] - 2023-11-14

### Bug Fixes

- check scheduler parameter [#28](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/28)

<a name="v1.12.6"></a>

## [v1.12.6] - 2023-11-14

### Bug Fixes

- missing time type by creating  [#27](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/27)

<a name="v1.12.5"></a>

## [v1.12.5] - 2023-11-14

### Bug Fixes

- update database and persitence [#26](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/26)

<a name="v1.12.4"></a>

## [v1.12.4] - 2023-11-13

### Bug Fixes

- reset stats dont work [#25](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/25)

<a name="v1.12.3"></a>

## [v1.12.3] - 2023-11-13

### Bug Fixes

- stats are not updated [#24](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/24)

<a name="v1.12.2"></a>

## [v1.12.2] - 2023-11-13

### Bug Fixes

- stats should always be written [#23](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/23)

<a name="v1.12.1"></a>

## [v1.12.1] - 2023-11-13

### Bug Fixes

- stats should not deleted, but reset [#22](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/22)

<a name="v1.12.0"></a>

## [v1.12.0] - 2023-11-13

### Add Features

- add deletestats and delete logs to
  manager [#21](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/21)

<a name="v1.11.0"></a>

## [v1.11.0] - 2023-11-13

### Add Features

- delete stats and logs function [#20](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/20)

<a name="v1.10.2"></a>

## [v1.10.2] - 2023-11-12

### Bug Fixes

- database issue with job struct [#19](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/19)

<a name="v1.10.1"></a>

## [v1.10.1] - 2023-11-12

### Bug Fixes

- update jobs (sql if job exists) [#18](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/18)

<a name="v1.10.0"></a>

## [v1.10.0] - 2023-11-12

### Add Features

- add pause to persistence [#17](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/17)

<a name="v1.9.0"></a>

## [v1.9.0] - 2023-11-12

### Add Features

- add delete job to manager [#16](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/16)

<a name="v1.8.1"></a>

## [v1.8.1] - 2023-11-12

### Bug Fixes

- key in job log is wrong (case LogID instead of
  log_id) [#15](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/15)

<a name="v1.8.0"></a>

## [v1.8.0] - 2023-11-12

### Add Features

- pause and resume jobs [#14](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/14)

<a name="v1.7.3"></a>

## [v1.7.3] - 2023-11-08

### Bug Fixes

- supress log in job export [#13](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/13)

<a name="v1.7.2"></a>

## [v1.7.2] - 2023-11-08

### Bug Fixes

- stats are not loaded [#12](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/12)

<a name="v1.7.1"></a>

## [v1.7.1] - 2023-11-08

### Bug Fixes

- stats does not load [#11](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/11)

<a name="v1.7.0"></a>

## [v1.7.0] - 2023-11-08

### Add Features

- new manager function for get jobs and check job is
  active [#10](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/10)

<a name="v1.6.1"></a>

## [v1.6.1] - 2023-11-07

### Bug Fixes

- missing lagging
    - set manager at the worker [#9](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/9)

<a name="v1.6.0"></a>

## [v1.6.0] - 2023-11-07

### Add Features

- save jobs after execution [#8](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/8)

<a name="v1.5.1"></a>

## [v1.5.1] - 2023-11-07

### Bug Fixes

- dissolve dead lock. [#7](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/7)

<a name="v1.5.0"></a>

## [v1.5.0] - 2023-11-07

### Add Features

- rename functions from create to new

<a name="v1.4.0"></a>

## [v1.4.0] - 2023-11-07

### Add Features

- new manager functions for create scheduler

<a name="v1.3.2"></a>

## [v1.3.2] - 2023-10-28

### Bug Fixes

- module name without .git

  ### Changes
- tidy code and add doc files [#6](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/6)

<a name="v1.3.1"></a>

## [v1.3.1] - 2023-10-28

### Bug Fixes

- update gosec issues [#5](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/5)

  ### Changes
- update docs and do code tidy [#4](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/4)

<a name="v1.3.0"></a>

## [v1.3.0] - 2023-10-27

### Add Features

- implement database handling [#3](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/3)

<a name="v1.2.0"></a>

## [v1.2.0] - 2023-10-25

### Add Features

- [#1](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/1)
    - [#1](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/1)
    - [#1](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/1)
    - job serialize and unserialize [#1](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/1)

  ### Bug Fixes
- Sorting and dependency does not work [#2](https://gitlab.schukai.com/oss/libraries/go/services/job-queues/issues/2)

<a name="v1.1.0"></a>

## [v1.1.0] - 2023-10-23

### Add Features

- implement core functions

  ### Bug Fixes
- ci pipeline

<a name="v1.0.1"></a>

## [v1.0.1] - 2023-10-15

### Bug Fixes

- versions

[Unreleased]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.20.1...HEAD

[v1.20.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.20.0...v1.20.1

[v1.20.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.19.4...v1.20.0

[v1.19.4]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.19.3...v1.19.4

[v1.19.3]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.19.2...v1.19.3

[v1.19.2]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.19.1...v1.19.2

[v1.19.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.19.0...v1.19.1

[v1.19.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.18.2...v1.19.0

[v1.18.2]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.18.1...v1.18.2

[v1.18.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.18.0...v1.18.1

[v1.18.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.17.0...v1.18.0

[v1.17.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.16.1...v1.17.0

[v1.16.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.16.0...v1.16.1

[v1.16.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.17...v1.16.0

[v1.15.17]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.16...v1.15.17

[v1.15.16]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.15...v1.15.16

[v1.15.15]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.14...v1.15.15

[v1.15.14]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.13...v1.15.14

[v1.15.13]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.12...v1.15.13

[v1.15.12]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.11...v1.15.12

[v1.15.11]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.10...v1.15.11

[v1.15.10]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.9...v1.15.10

[v1.15.9]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.8...v1.15.9

[v1.15.8]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.7...v1.15.8

[v1.15.7]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.6...v1.15.7

[v1.15.6]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.5...v1.15.6

[v1.15.5]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.4...v1.15.5

[v1.15.4]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.3...v1.15.4

[v1.15.3]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.2...v1.15.3

[v1.15.2]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.1...v1.15.2

[v1.15.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.15.0...v1.15.1

[v1.15.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.14.0...v1.15.0

[v1.14.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.13.2...v1.14.0

[v1.13.2]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.13.1...v1.13.2

[v1.13.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.13.0...v1.13.1

[v1.13.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.12.8...v1.13.0

[v1.12.8]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.12.7...v1.12.8

[v1.12.7]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.12.6...v1.12.7

[v1.12.6]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.12.5...v1.12.6

[v1.12.5]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.12.4...v1.12.5

[v1.12.4]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.12.3...v1.12.4

[v1.12.3]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.12.2...v1.12.3

[v1.12.2]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.12.1...v1.12.2

[v1.12.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.12.0...v1.12.1

[v1.12.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.11.0...v1.12.0

[v1.11.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.10.2...v1.11.0

[v1.10.2]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.10.1...v1.10.2

[v1.10.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.10.0...v1.10.1

[v1.10.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.9.0...v1.10.0

[v1.9.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.8.1...v1.9.0

[v1.8.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.8.0...v1.8.1

[v1.8.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.7.3...v1.8.0

[v1.7.3]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.7.2...v1.7.3

[v1.7.2]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.7.1...v1.7.2

[v1.7.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.7.0...v1.7.1

[v1.7.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.6.1...v1.7.0

[v1.6.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.6.0...v1.6.1

[v1.6.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.5.1...v1.6.0

[v1.5.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.5.0...v1.5.1

[v1.5.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.4.0...v1.5.0

[v1.4.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.3.2...v1.4.0

[v1.3.2]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.3.1...v1.3.2

[v1.3.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.3.0...v1.3.1

[v1.3.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.2.0...v1.3.0

[v1.2.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.1.0...v1.2.0

[v1.1.0]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.0.1...v1.1.0

[v1.0.1]: https://gitlab.schukai.com/oss/libraries/go/services/job-queues/compare/v1.0.0...v1.0.1

## [v1.0.0] - 2023-09-30

Initial release