Skip to content

Commit 21ff20e

Browse files
authored
Prepare for 3.1.0 release (#74)
1 parent 50d272f commit 21ff20e

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

Changelog.md

+24-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 3.1.0
4+
5+
### Added
6+
7+
- "endpoint" option to AwsS3
8+
9+
### Fixed
10+
11+
- RestoreCommand must return int
12+
13+
### Changed
14+
15+
- Updated to version 2 of nyholm/dsn
16+
317
## 3.0.0
418

519
### Fixed
@@ -39,14 +53,14 @@
3953

4054
### Fixed
4155

42-
- Support for environment variables in the config.
56+
- Support for environment variables in the config.
4357

4458
## 2.1.1
4559

4660
### Fixed
4761

48-
- Allow to only use "dsn" without configure "type".
49-
- Add better error message when both "dsn" and "type" is missing.
62+
- Allow to only use "dsn" without configure "type".
63+
- Add better error message when both "dsn" and "type" is missing.
5064

5165
## 2.1.0
5266

@@ -57,32 +71,32 @@
5771

5872
### Fixed
5973

60-
- Issue with Symfony 3.2 where commands were private.
61-
- Issue with Symfony 3.2 because `scalarPrototype` was not defined.
74+
- Issue with Symfony 3.2 where commands were private.
75+
- Issue with Symfony 3.2 because `scalarPrototype` was not defined.
6276

6377
## 2.0.0
6478

6579
The 2.0.0 release is just a technical BC break. We removed all adapters from the
66-
composer.json. So you need to re-add the adapters you were using.
80+
composer.json. So you need to re-add the adapters you were using.
6781

6882
### Added
6983

70-
- Added support for Symfony 4.
84+
- Added support for Symfony 4.
7185
- Added tests
7286
- Support for many storage names with the same type.
7387
- Added commands for backup and restore
7488
- Support for `ignoreTables` on MySQL databases.
75-
- Added config `output_file_prefix`.
89+
- Added config `output_file_prefix`.
7690
- Support for DropboxV2
7791

7892
### Changes
7993

8094
- You have to `composer require` for the adapter you want to use. Nothing is included by default.
81-
- The storage and database type is case-sensitive.
95+
- The storage and database type is case-sensitive.
8296

8397
### Removed
8498

85-
- Support for Symfony < 2.7.
99+
- Support for Symfony < 2.7.
86100

87101
## 1.1.0
88102

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"extra": {
5555
"branch-alias": {
56-
"dev-master": "3.0-dev"
56+
"dev-master": "3.2-dev"
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)