Skip to content

Commit e8dd54f

Browse files
committed
Enhancement: Prepare release
1 parent c3e9f39 commit e8dd54f

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.github/SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
The following versions of `ergebnis/http-method` have active support:
66

7-
- `^2.5.0`
7+
- `^2.6.0`
88

99
## Unsupported Versions
1010

1111
The following versions of `ergebnis/http-method` have reached their end of life:
1212

13-
- `<2.5.0`
13+
- `<2.6.0`
1414

1515
## Reporting a Vulnerability
1616

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`2.5.0...main`][2.5.0...main].
9+
For a full diff see [`2.6.0...main`][2.6.0...main].
10+
11+
## [`2.6.0`][2.6.0]
12+
13+
For a full diff see [`2.5.0...2.6.0`][2.5.0...2.6.0].
1014

1115
### Added
1216

@@ -130,6 +134,7 @@ For a full diff see [`848192d...1.0.0`][848192d...1.0.0].
130134
[2.3.0]: https://github.com/ergebnis/http-method/releases/tag/2.3.0
131135
[2.4.0]: https://github.com/ergebnis/http-method/releases/tag/2.4.0
132136
[2.5.0]: https://github.com/ergebnis/http-method/releases/tag/2.5.0
137+
[2.6.0]: https://github.com/ergebnis/http-method/releases/tag/2.6.0
133138

134139
[848192d...1.0.0]: https://github.com/ergebnis/http-method/compare/848192d...1.0.0
135140
[1.0.0...2.0.0]: https://github.com/ergebnis/http-method/compare/1.0.0...2.0.0
@@ -139,7 +144,8 @@ For a full diff see [`848192d...1.0.0`][848192d...1.0.0].
139144
[2.2.0...2.3.0]: https://github.com/ergebnis/http-method/compare/2.2.0...2.3.0
140145
[2.3.0...2.4.0]: https://github.com/ergebnis/http-method/compare/2.3.0...2.4.0
141146
[2.4.0...2.5.0]: https://github.com/ergebnis/http-method/compare/2.4.0...2.5.0
142-
[2.5.0...main]: https://github.com/ergebnis/http-method/compare/2.5.0...main
147+
[2.5.0...2.6.0]: https://github.com/ergebnis/http-method/compare/2.5.0...2.6.0
148+
[2.6.0...main]: https://github.com/ergebnis/http-method/compare/2.6.0...main
143149

144150
[#5]: https://github.com/ergebnis/http-method/pull/5
145151
[#7]: https://github.com/ergebnis/http-method/pull/7

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"extra": {
6767
"branch-alias": {
68-
"dev-main": "2.5-dev"
68+
"dev-main": "2.6-dev"
6969
},
7070
"composer-normalize": {
7171
"indent-size": 2,

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)