Skip to content

Commit

Permalink
Merge composer.lock, add new version to CHANGELOG.md + add UPGRADE-xx…
Browse files Browse the repository at this point in the history
…x.md files for version 1.0.1 + 1.0.2
  • Loading branch information
wagnert committed Aug 31, 2018
2 parents a5e2433 + c721def commit 8d78f26
Show file tree
Hide file tree
Showing 5 changed files with 356 additions and 131 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Version 1.0.2

## Known Issues

* Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used **WITHOUT** single transaction)

## Bugfixes

* Fix composer dependency for ramsey lib and added compatibility for monolog and Magento 2.2

## Features

* None

# Version 1.0.1

## Known Issues
Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Upgrade from 1.0.0 to 1.0.1

Updating from 1.0.0 to 1.0.1 doesn't have any impacts. Please read the apropriate UPGRADE-1.x.x files for updates lower as [1.0.0](UPGRADE-1.0.0.md) to this version.
3 changes: 3 additions & 0 deletions UPGRADE-1.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Upgrade from 1.0.1 to 1.0.2

Updating from 1.0.1 to 1.0.2 doesn't have any impacts. Please read the apropriate UPGRADE-1.x.x files for updates lower as [1.0.1](UPGRADE-1.0.1.md) to this version.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"doctrine/annotations" : "1.4.0",
"doctrine/instantiator" : "1.0.5",
"jms/serializer": "1.8.1",
"monolog/monolog": "1.16.0",
"monolog/monolog": "~1.0",
"league/flysystem": "1.0.40",
"symfony/config": "~2.8|~3.0",
"symfony/console": "~2.3, !=2.7.0",
Expand Down
Loading

0 comments on commit 8d78f26

Please sign in to comment.