From ed39604a5d4cbaaf96479b6b16ae6a81f32fd991 Mon Sep 17 00:00:00 2001
From: Yury Brigadirenko <ybrigo@gmail.com>
Date: Wed, 7 Dec 2022 17:34:06 +0100
Subject: [PATCH] changelog: 1.98.0 (#666)

---
 CHANGELOG.md | 46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 45 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8cb9d8c69a..1c02286acc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,50 @@
 # Change log
 
-## [1.97.0] - Unreleased
+## [1.98.0] - Unreleased
+
+### Added
+
+- runtime-v2: provide checkpoint name after restore
+([#677](https://github.com/walmartlabs/concord/pull/677));
+- policy: new policy to restrict raw payload
+([#679](https://github.com/walmartlabs/concord/pull/679));
+- concord-cli: provide default process configuration
+([#649](https://github.com/walmartlabs/concord/pull/649));
+- policy: policy to restrict runtime of process
+([#671](https://github.com/walmartlabs/concord/pull/671));
+- resource-task: add printJson() method
+([#676](https://github.com/walmartlabs/concord/pull/676));
+- server: cleanup agent commands
+([#674](https://github.com/walmartlabs/concord/pull/674));
+- policy-engine: `cron` trigger policy
+([#686](https://github.com/walmartlabs/concord/pull/686)).
+
+### Changed
+
+- runtime-v2: fix parallel loop execution when no out variable defined
+([#659](https://github.com/walmartlabs/concord/pull/659));
+- console2: repository list now with paging
+([#643](https://github.com/walmartlabs/concord/pull/643));
+- server: api for list project repositories with limit/offset
+([#643](https://github.com/walmartlabs/concord/pull/643));
+- runtime-v2: "throw" with a string value shouldn't produce a stacktrace
+([#673](https://github.com/walmartlabs/concord/pull/673));
+- concord-server: deprecate `process_queue.commit_msg`
+([#670](https://github.com/walmartlabs/concord/pull/670));
+- runtime-v2: move expression evaluator into sdk
+([#667](https://github.com/walmartlabs/concord/pull/667));
+- cli: log checkpoint instead of throwing Exception
+([#665](https://github.com/walmartlabs/concord/pull/665));
+- http-task: allow any value as json body
+([#675](https://github.com/walmartlabs/concord/pull/675));
+- docker-images: change the default shell to bash in
+Debian-based images
+([#644](https://github.com/walmartlabs/concord/pull/675));
+- runtime-v2: fix `entryPoint` calculation in effective YAML
+([#685](https://github.com/walmartlabs/concord/pull/685)).
+
+
+## [1.97.0] - 2022-10-11
 
 ### Added