Skip to content

Commit 3ba7804

Browse files
committed
Release 2.1.0
1 parent 4e530ad commit 3ba7804

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [2.1.0](https://github.com/KomMonitor/processing-scheduler/compare/2.0.2...2.1.0)
8+
9+
- when computing indicators only allow dates that are actually present in baseIndicators [`4e530ad`](https://github.com/KomMonitor/processing-scheduler/commit/4e530add4ea00bd7d8e4d55309894bfa37ab4ca7)
10+
- Raise cache actions version [`eda5f4d`](https://github.com/KomMonitor/processing-scheduler/commit/eda5f4dcd6e5107379c6035aebfdd5a58a42f45e)
11+
712
#### [2.0.2](https://github.com/KomMonitor/processing-scheduler/compare/2.0.1...2.0.2)
813

14+
> 23 February 2023
15+
16+
- Release 2.0.2 [`1652c55`](https://github.com/KomMonitor/processing-scheduler/commit/1652c552632c7665c72d31eb689849774053cfb2)
917
- fix bus where georesource based computations did not consider the most current possible indicator date in case of multiple periods of validity and undefined latestEndDate [`d2fc02b`](https://github.com/KomMonitor/processing-scheduler/commit/d2fc02b8e26001367bc0dbd276d470ab1ebef23f)
1018

1119
#### [2.0.1](https://github.com/KomMonitor/processing-scheduler/compare/2.0.0...2.0.1)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kommonitor-processing-scheduler",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Scheduler for KomMonitor processing engine",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)