We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a211e1 commit 4d4a628Copy full SHA for 4d4a628
CHANGELOG.md
@@ -2,6 +2,23 @@
2
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
5
+## 2.3.0
6
+
7
+### Fixed
8
9
+- Issue where we serve the wrong cached response. We vary on authorization header now.
10
11
+### Added
12
13
+- `PullRequest::status`
14
+- Throw InvalidArgumentException on `PullRequest::merge` when wrong merge method is used.
15
+- Added `Protection::configure`
16
17
+### Changed
18
19
+- First argument to `Integrations::listRepositories()` is now optional.
20
+- Moved tests from "functional" to "integration"
21
22
## 2.2.0
23
24
### Added
0 commit comments