Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yijun-lin committed Nov 26, 2024
1 parent 75f9460 commit 256d782
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.46.0 - 2024/11/26

### Added

- Added `autoInitialize` property to enable/disable autoInitialization for job service, preventing registration and resumption when disabled.
- Added `startTasksCleaner` and `startTaskResumer` properties to switch on/off task cleaner and task resumer.

## 1.45.0 - 2024/10/30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.45.1
version=1.46.0
org.gradle.internal.http.socketTimeout=120000

0 comments on commit 256d782

Please sign in to comment.