Skip to content

Commit

Permalink
Fix included changes for 1.0.0 in changelog (#561)
Browse files Browse the repository at this point in the history
There were some errors in the changelog between the 1.0.0 tag and the
release. In that week some changes were added as per 1.0.0 wrongly. This
PR fixes the changelog moving/adding the changes to 1.0.1
  • Loading branch information
Alex-Izquierdo authored Jul 31, 2023
1 parent d289b8a commit 6c3887a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
## [1.0.1] - 2023-07-24

### Added
- Add source plugins best practices to the documentation

### Fixed
- Minor documentation fixes
- Fix an issue where rule_run_at field is not send to the websocket
- Don't try to connect with AWX when no run_job_template action is used
- Limits the number of simultaneously open connections to controller to 30


### Removed
Expand All @@ -36,7 +40,6 @@
- rule_uuid and ruleset_uuid provided even when an action fails
- Drools intermittently misses firing of rules
- Resend events lost during websocket disconnect
- limits the number of simultaneously open connection to controller to 30

### Removed

Expand Down

0 comments on commit 6c3887a

Please sign in to comment.