diff --git a/CHANGELOG.md b/CHANGELOG.md index a3702da..1bc4419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ -## Version 0.4.0 2016-12-21 +## Version 0.4.0 2016-12-22 +* [added] added english translations * [changed] Rails 5 support diff --git a/README.md b/README.md index e0229cc..45512b7 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ Provides catalog functionality for KMS website - Categories, Products, Variants, 6. Restart KMS instance +## Getting started +Please watch this video to start using KMS Catalog: + +[![Getting started with KMS Catalog extension](http://img.youtube.com/vi/fT5sEgn6r5s/0.jpg)](https://youtu.be/fT5sEgn6r5s "Getting started with KMS Catalog extension") + ## Contributing Please follow [CONTRIBUTING.md](CONTRIBUTING.md). diff --git a/lib/kms/catalog/version.rb b/lib/kms/catalog/version.rb index 947bb01..ced2c4c 100644 --- a/lib/kms/catalog/version.rb +++ b/lib/kms/catalog/version.rb @@ -1,5 +1,5 @@ module Kms module Catalog - VERSION = "0.3.0" + VERSION = "0.4.0" end end