Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Deprecated

### Removed
- remove guava dependency ([#773](https://github.com/opensearch-project/security-dashboards-plugin/pull/773))

### Fixed

Expand Down
10 changes: 10 additions & 0 deletions release-notes/opensearch-job-scheduler.release-notes-3.1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Version 3.1.0.0

Compatible with OpenSearch 3.1.0

### Maintenance
* Increment version to 3.1.0 ([#766](https://github.com/opensearch-project/job-scheduler/pull/766)).
* Remove guava dependency ([#770](https://github.com/opensearch-project/job-scheduler/pull/770)).

### Infrastructure
* Add a CHANGELOG and changelog_verifier workflow ([#778](https://github.com/opensearch-project/job-scheduler/pull/778)).
Loading