Skip to content

Commit

Permalink
Bump version & Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olsi-qose committed Feb 19, 2020
1 parent 5b62002 commit 106d569
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

### 1.0.2
* Use `Product\Collection` instead of `Fulltext\Collection`
* Add exceptions for easier debug

### 1.0.1
* Update naming convention

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nosto/module-nostocmp",
"description": "Nosto Category Merchandising extension for Magento 2",
"type": "magento2-module",
"version": "1.0.1",
"version": "1.0.2",
"require-dev": {
"php": ">=7.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!--suppress XmlUnboundNsPrefix -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Nosto_Cmp" setup_version="1.0.1">
<module name="Nosto_Cmp" setup_version="1.0.2">
<sequence>
<module name="Nosto_Tagging"/>
</sequence>
Expand Down

0 comments on commit 106d569

Please sign in to comment.