Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 29, 2020
1 parent 4bc9d7f commit afe1dbe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All Notable changes to `League\Uri` will be documented in this file

## Next - TBD

### Added

- Nothing

### Fixed

- Nothing

### Deprecated

- Nothing

### Remove

- Nothing

## 6.1.0 - 2020-01-29

### Added
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"uri",
"rfc3986",
"rfc3987",
"rfc6570",
"psr-7",
"parse_url",
"http",
Expand All @@ -19,7 +20,8 @@
"parse_str",
"query-string",
"querystring",
"hostname"
"hostname",
"uri-template"
],
"license": "MIT",
"homepage": "http://uri.thephpleague.com",
Expand Down Expand Up @@ -91,7 +93,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-master": "6.x-dev"
}
},
"config": {
Expand Down

0 comments on commit afe1dbe

Please sign in to comment.