Skip to content

Commit

Permalink
chore: added CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SVillette committed Apr 14, 2023
1 parent 8d520e5 commit af0302f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# CHANGELOG

## 0.3.1
* [Backup] Add error message on `mysqldump` not found in https://github.com/Symandy/DatabaseBackupBundle/pull/11

**Full Changelog**: https://github.com/Symandy/DatabaseBackupBundle/compare/v0.3.0...v0.3.1

## 0.3.0
* [Configuration] Add "url" connection configuration key in https://github.com/Symandy/DatabaseBackupBundle/pull/6
* [Refactor] Fixed code style with PHP CS Fixer in https://github.com/Symandy/DatabaseBackupBundle/pull/7

**Full Changelog**: https://github.com/Symandy/DatabaseBackupBundle/compare/v0.2.0...v0.3.0

## 0.2.0
* [Backup] Add strategy to backup command in https://github.com/Symandy/DatabaseBackupBundle/pull/3

**Full Changelog**: https://github.com/Symandy/DatabaseBackupBundle/compare/v0.1.0...v0.2.0

## 0.1.0
* [Connection] Add bundle configuration in https://github.com/Symandy/DatabaseBackupBundle/pull/1
* [Backup] Add backup command in https://github.com/Symandy/DatabaseBackupBundle/pull/2

**Full Changelog**: https://github.com/Symandy/DatabaseBackupBundle/commits/v0.1.0

0 comments on commit af0302f

Please sign in to comment.