diff --git a/source/partials/release_notes/_release-23-3-0.md.erb b/source/partials/release_notes/_release-23-3-0.md.erb new file mode 100644 index 0000000000..8478423d25 --- /dev/null +++ b/source/partials/release_notes/_release-23-3-0.md.erb @@ -0,0 +1,28 @@ +This release is a maintenance release to address a couple of unintended regressions in the 23.2.0 release. + +

Bug fixes

+ +* <%= link_to_issue 11790, 'Stage History pagination links broken on 23.2.0' %> +* <%= link_to_issue 11783, 'Fix display of build detail timestamps icon' %> + +

APIs

+ +Improvements, deprecations and breaking changes in the API and plugin API have been moved to their respective changelogs +- <%= link_to_versioned_api '23.3.0', 'changes-in-23-3-0', 'API changelog for 23.3.0' %> and + <%= link_to_versioned_plugin_api '23.3.0', 'changes-in-gocd-23-3-0', 'Plugin API changelog for 23.3.0' %>. + +

Contributors

+ +<%= [ + "Aravind SV", + "Chad Wilson", +].sort.uniq.join(', ') +%> + +

Note

+ +A more comprehensive list of changes for this release can be found <%= link_to_full_changelog 'here.', 'Release 23.3.0' %> + +Found a security issue that needs fixing? Please report it to <%= link_to 'https://hackerone.com/gocd', 'https://hackerone.com/gocd' %> + +Please report any issues that you observe on [GitHub issues](https://github.com/gocd/gocd/issues).