Skip to content

Commit 65e5f00

Browse files
committed
Add changelog
1 parent 67ba1ab commit 65e5f00

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.gitattributes export-ignore
66
.gitignore export-ignore
77
.styleci.yml export-ignore
8+
CHANGELOG.md export-ignore

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Release Notes
2+
3+
## [Unreleased](https://github.com/laravel/installer/compare/v2.0.1...master)
4+
5+
6+
## [v2.1.0 (2019-04-30)](https://github.com/laravel/installer/compare/v2.0.1...v2.1.0)
7+
8+
### Added
9+
- Added an alias to the `--force` option ([#79](https://github.com/laravel/installer/pull/79))
10+
11+
### Changed
12+
- Use the `extension_loaded` method to check if the 'zip' extension is loaded ([#81](https://github.com/laravel/installer/pull/81))
13+
14+
### Fixed
15+
- Respect `--quiet` option ([#77](https://github.com/laravel/installer/pull/77))
16+
- Update composer path on `findComposer` ([#86](https://github.com/laravel/installer/pull/86))
17+
18+
19+
## [v2.0.1 (2018-02-01)](https://github.com/laravel/installer/compare/v2.0.0...v2.0.1)
20+
21+
### Changed
22+
- Update dependencies ([6e34188](https://github.com/laravel/installer/commit/6e341883b9ba45be6a06f40c8e2c1b5033029d99))
23+
24+
25+
## [v2.0.0 (2018-02-01)](https://github.com/laravel/installer/compare/v1.5.0...v2.0.0)
26+
27+
### Changed
28+
- Bump guzzle requirement ([f909b98](https://github.com/laravel/installer/commit/f909b983e1b57f13b5b102f4c0c0fc1883fcbe22))

0 commit comments

Comments
 (0)