diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5062cdb..e1651c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.1.0](https://github.com/shipitjs/shipit/compare/v4.0.2...v4.1.0) (2018-04-27)
+
+
+### Features
+
+* **ssh-pool:** add SSH Verbosity Levels ([#191](https://github.com/shipitjs/shipit/issues/191)) ([327c63e](https://github.com/shipitjs/shipit/commit/327c63e))
+
+
+
+
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25)
diff --git a/lerna.json b/lerna.json
index a06ee84..8abb877 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.1.0",
"npmClient": "yarn",
- "version": "4.0.2",
+ "version": "4.1.0",
"useWorkspaces": true
}
diff --git a/packages/shipit-cli/CHANGELOG.md b/packages/shipit-cli/CHANGELOG.md
index 261b36d..b6aae16 100644
--- a/packages/shipit-cli/CHANGELOG.md
+++ b/packages/shipit-cli/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.1.0](https://github.com/shipitjs/shipit/compare/v4.0.2...v4.1.0) (2018-04-27)
+
+
+### Features
+
+* **ssh-pool:** add SSH Verbosity Levels ([#191](https://github.com/shipitjs/shipit/issues/191)) ([327c63e](https://github.com/shipitjs/shipit/commit/327c63e))
+
+
+
+
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25)
diff --git a/packages/shipit-cli/package.json b/packages/shipit-cli/package.json
index 02e6cd2..b26e789 100755
--- a/packages/shipit-cli/package.json
+++ b/packages/shipit-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "shipit-cli",
- "version": "4.0.2",
+ "version": "4.1.0",
"description": "Universal automation and deployment tool written in JavaScript.",
"main": "lib/index.js",
"keywords": [
@@ -17,7 +17,7 @@
"liftoff": "^2.5.0",
"orchestrator": "^0.3.7",
"pretty-hrtime": "^1.0.0",
- "ssh-pool": "^4.0.2",
+ "ssh-pool": "^4.1.0",
"stream-line-wrapper": "^0.1.1",
"v8flags": "^3.0.2"
},
diff --git a/packages/shipit-deploy/CHANGELOG.md b/packages/shipit-deploy/CHANGELOG.md
index e4d29aa..4d59fea 100644
--- a/packages/shipit-deploy/CHANGELOG.md
+++ b/packages/shipit-deploy/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.1.0](https://github.com/shipitjs/shipit/compare/v4.0.2...v4.1.0) (2018-04-27)
+
+
+
+
+**Note:** Version bump only for package shipit-deploy
+
## [4.0.2](https://github.com/shipitjs/shipit/compare/v4.0.1...v4.0.2) (2018-03-25)
diff --git a/packages/shipit-deploy/package.json b/packages/shipit-deploy/package.json
index 403b5f0..c241f3b 100644
--- a/packages/shipit-deploy/package.json
+++ b/packages/shipit-deploy/package.json
@@ -1,6 +1,6 @@
{
"name": "shipit-deploy",
- "version": "4.0.2",
+ "version": "4.1.0",
"description": "Official set of deploy tasks for Shipit.",
"main": "lib/index.js",
"keywords": [
@@ -33,6 +33,6 @@
},
"homepage": "https://github.com/shipitjs/shipit",
"devDependencies": {
- "ssh-pool": "^4.0.2"
+ "ssh-pool": "^4.1.0"
}
}
diff --git a/packages/ssh-pool/CHANGELOG.md b/packages/ssh-pool/CHANGELOG.md
index 5cc0e43..f8c25ce 100644
--- a/packages/ssh-pool/CHANGELOG.md
+++ b/packages/ssh-pool/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.1.0](https://github.com/babel/babel/tree/master/packages/babel-traverse/compare/v4.0.2...v4.1.0) (2018-04-27)
+
+
+### Features
+
+* **ssh-pool:** add SSH Verbosity Levels ([#191](https://github.com/babel/babel/tree/master/packages/babel-traverse/issues/191)) ([327c63e](https://github.com/babel/babel/tree/master/packages/babel-traverse/commit/327c63e))
+
+
+
+
## [4.0.2](https://github.com/babel/babel/tree/master/packages/babel-traverse/compare/v4.0.1...v4.0.2) (2018-03-25)
diff --git a/packages/ssh-pool/package.json b/packages/ssh-pool/package.json
index d2d7621..3e5573b 100644
--- a/packages/ssh-pool/package.json
+++ b/packages/ssh-pool/package.json
@@ -1,6 +1,6 @@
{
"name": "ssh-pool",
- "version": "4.0.2",
+ "version": "4.1.0",
"description": "Run remote commands over a pool of server using SSH.",
"main": "lib/index.js",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",