Skip to content

Commit

Permalink
Make release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Jones committed Dec 11, 2020
1 parent be58ba1 commit 980d24a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.1] - 2020-12-11

### Fixed

- The `s_core_customergroups*` tables are no longer removed from when using the `platform_shopware` table group.

### Changed

- Additional tables that are not required for local development environments have been added to `platform_shopware` to minimmise database sizes.

## [3.0.0] - 2020-01-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Application extends \Symfony\Component\Console\Application
{

const APP_NAME = "magedbm2";
const APP_VERSION = "3.0.0";
const APP_VERSION = "3.0.1";

/** @var ClassLoader $autoloader */
protected $autoloader;
Expand Down

0 comments on commit 980d24a

Please sign in to comment.