Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit c05f07d

Browse files
committed
Bump to 0.5.1
1 parent 55b03bc commit c05f07d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project made by Monade Team are documented in this file. For info refer to team@monade.io
33

4+
## [0.5.1] - 2021-07-18
5+
### Fixed
6+
- Broken compatibility with ruby 2.5
7+
48
## [0.5.0] - 2021-07-16
59
### Added
610
- Command `setup` now create the keypair if it's missing

lib/ecs_deploy_cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module EcsDeployCli
4-
VERSION = '0.5.0'
4+
VERSION = '0.5.1'
55
end

0 commit comments

Comments
 (0)