Skip to content

Commit

Permalink
Bump version && update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Sep 25, 2023
1 parent e779ef3 commit e8ba4b0
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,8 +1,12 @@
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

### 7.3.1
* Fix issue with category export where default categories were not exported correctly

### 7.3.0
* Update tagging with category listing support
* Add category export

### 7.2.6
* Convert price in cart tagging item to avoid rounding errors

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-nostotagging",
"description": "Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.",
"type": "magento2-module",
"version": "7.3.0",
"version": "7.3.1",
"require-dev": {
"phpmd/phpmd": "^2.5",
"sebastian/phpcpd": "*",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
<!--suppress XmlUnboundNsPrefix -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Nosto_Tagging" setup_version="7.3.0"/>
<module name="Nosto_Tagging" setup_version="7.3.1"/>
</config>

0 comments on commit e8ba4b0

Please sign in to comment.