Skip to content

Commit

Permalink
Version Bump and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed May 24, 2021
1 parent 3554703 commit d6cb255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project made by Monade Team are documented in this file. For info refer to team@monade.io

## [0.4.0] - 2021-05-24
### Changed
- 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.

## [0.3.0] - 2021-05-19
### Added
- new command `setup` that creates the cluster and all the services
Expand Down
2 changes: 1 addition & 1 deletion lib/ecs_deploy_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EcsDeployCli
VERSION = '0.3.0'
VERSION = '0.4.0'
end

0 comments on commit d6cb255

Please sign in to comment.