Skip to content

Commit

Permalink
feat(version-info): add section on Camunda 8 Connectors
Browse files Browse the repository at this point in the history
Related to #4455
  • Loading branch information
nikku committed Aug 22, 2024
1 parent fa12267 commit 72bd1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export function ReleaseInfo(props) {
<div className={ css.ReleaseInfo }>
<ul className="dashed">
<li>
<h4>Support for Camunda 8.6 features</h4>
This release adds support for upcoming Camunda 8.6 features, including execution listeners, the new binding type property, and converging inclusive gateways.
<h4>Camunda 8 Connector support</h4>
Use Camunda 8 Connectors to access a growing range of external services and communication protocols. In the modeler, you can now quickly and easily add pre-built Camunda connectors to your BPMN processes. To learn how to configure this feature, checkout the <a href="https://docs.camunda.io/docs/components/modeler/desktop-modeler/use-connectors/">connector documentation</a>.
</li>
<li>
<h4>Adaptable input fields</h4>
Expand Down

0 comments on commit 72bd1cc

Please sign in to comment.