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

Commit d6cb255

Browse files
committed
Version Bump and CHANGELOG
1 parent 3554703 commit d6cb255

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.4.0] - 2021-05-24
5+
### Changed
6+
- The command `ssh` now handles multiple container instances. You can now filter by task or service. If there are multiple options, it will be prompted.
7+
48
## [0.3.0] - 2021-05-19
59
### Added
610
- new command `setup` that creates the cluster and all the services

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.3.0'
4+
VERSION = '0.4.0'
55
end

0 commit comments

Comments
 (0)