Skip to content

Commit d24f0f7

Browse files
committed
Bump version to 4.0.0-rc.2
1 parent 969046e commit d24f0f7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [4.0.0rc2] - 2023-07-28
4+
### Changed
5+
- Update Docker CE to 20.10.24
6+
37
## [4.0.0rc1] - 2023-06-14
48
### Added
59
- Add CentOS 7.8 and Debian 10 support
@@ -1756,6 +1760,7 @@ transfer is disabled
17561760
- Initial release
17571761

17581762
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/4.0.0rc1...HEAD
1763+
[4.0.0rc2]: https://github.com/openclosed-dev/batch-shipyard/compare/4.0.0rc1...4.0.0rc2
17591764
[4.0.0rc1]: https://github.com/openclosed-dev/batch-shipyard/compare/3.9.1...4.0.0rc1
17601765
[3.9.1]: https://github.com/Azure/batch-shipyard/compare/3.9.0...3.9.1
17611766
[3.9.0]: https://github.com/Azure/batch-shipyard/compare/3.8.2...3.9.0

convoy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323
# DEALINGS IN THE SOFTWARE.
2424

25-
__version__ = '4.0.0-rc.1'
25+
__version__ = '4.0.0-rc.2'

0 commit comments

Comments
 (0)