diff --git a/README.md b/README.md
index 1d04aaf..ab7d865 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Functions Base Path - `serverless-functions-base-path`](https://github.com/kevinrambaud/serverless-functions-base-path)**
by [kevinrambaud](http://github.com/kevinrambaud)
Easily define a base path where your serverless functions are located. | 
|
| **[Git Commit Tracker - `serverless-git-commit-tracker`](https://github.com/optimator999/serverless-git-commit-tracker)**
by [optimator999](http://github.com/optimator999)
Generates a version tracking file for web or API deployment containing the latest git commit version number, deployment stage, and date | 
|
| **[Git Variables - `serverless-plugin-git-variables`](https://github.com/jacob-meacham/serverless-plugin-git-variables)**
by [jacob-meacham](http://github.com/jacob-meacham)
A Serverless plugin to expose git variables (branch name, HEAD description, full commit hash) to your serverless services | 
|
+| **[Git Version Compare - `serverless-git-version-compare`](https://github.com/YonatanGreenfeld/serverless-git-version-compare)**
by [YonatanGreenfeld](http://github.com/YonatanGreenfeld)
Deploy only if there were git changes since the last deployment | 
|
| **[Go - `go-serverless`](https://github.com/thepauleh/goserverless)**
by [thepauleh](http://github.com/thepauleh)
GoFormation for Serverless. Create serverless configs with Go Structs. | 
|
| **[Go Build - `serverless-go-build`](https://github.com/sean9keenan/serverless-go-build)**
by [sean9keenan](http://github.com/sean9keenan)
Build go source files (or public functions) using yml definition file | 
|
| **[Google Cloudfunctions - `serverless-google-cloudfunctions`](https://github.com/serverless/serverless-google-cloudfunctions)**
by [serverless](http://github.com/serverless)
This plugin enables support for Google Cloud Functions within the Serverless Framework. | 
|
@@ -344,7 +345,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Staging - `serverless-plugin-staging`](https://github.com/icarus-sullivan/serverless-plugin-staging)**
by [icarus-sullivan](http://github.com/icarus-sullivan)
A plugin to restrict the deployment of resources or functions on a per stage basis | 
|
| **[Static - `serverless-plugin-static`](https://github.com/a-pavlenko/serverless-plugin-static)**
by [a-pavlenko](http://github.com/a-pavlenko)
Serving static files locally with serverless-offline or a standalone command | 
|
| **[Static - `serverless-static`](https://github.com/iliasbhal/serverless-static)**
by [iliasbhal](http://github.com/iliasbhal)
Easily serve files from a folder while developing on localhost with the serverless-offline plugin | 
|
-| **[Step Functions - `serverless-step-functions`](https://github.com/horike37/serverless-step-functions)**
by [horike37](http://github.com/horike37)
AWS Step Functions with Serverless Framework. | 
|
+| **[Step Functions - `serverless-step-functions`](https://github.com/serverless-operations/serverless-step-functions)**
by [serverless-operations](http://github.com/serverless-operations)
AWS Step Functions plugin for Serverless Framework | 
|
| **[Step Functions Offline - `serverless-step-functions-offline`](https://github.com/vkkis93/serverless-step-functions-offline)**
by [vkkis93](http://github.com/vkkis93)
Emulate step functions locally when developing your Serverless project | 
|
| **[Sthree Env - `serverless-sthree-env`](https://github.com/StyleTributeIT/serverless-sthree-env)**
by [StyleTributeIT](http://github.com/StyleTributeIT)
Serverless plugin to get config from a json formatted file in S3 and copy them to environment variable | 
|
| **[Subscription Filter - `serverless-plugin-subscription-filter`](https://github.com/tsub/serverless-plugin-subscription-filter)**
by [tsub](http://github.com/tsub)
A serverless plugin to register AWS CloudWatchLogs subscription filter | 
|
diff --git a/plugins.json b/plugins.json
index a19f338..a5a0778 100644
--- a/plugins.json
+++ b/plugins.json
@@ -89,6 +89,11 @@
"description": "Serverless plugin for LocalStack - a fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!",
"githubUrl": "https://github.com/LocalStack/serverless-localstack",
"status": "active"
+}, {
+ "name": "serverless-git-version-compare",
+ "description": "Deploy only if there were git changes since the last deployment",
+ "githubUrl": "https://github.com/YonatanGreenfeld/serverless-git-version-compare",
+ "status": "active"
}, {
"name": "serverless-commercetools-plugin",
"description": "Serverless framework plugin that registers the deployed function as a commercetools API Extension or attaches it to a Subscription.",