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 be18a9e commit 0feb076Copy full SHA for 0feb076
CHANGELOG.md
@@ -2,11 +2,21 @@
2
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
5
-## 2.0.2
+## 2.1.0
6
+
7
+### Added
8
9
+- Add support for retrieving a single notification info using his ID
10
+- Add a function to get user organizations
11
+- Added GraphQL support
12
+- Add page variable to organization repo list (Organization::repositories())
13
+- Add support for pull request review.
14
+- Add support for adding branch protection.
15
16
### Fixed
17
18
- Bug with double slashes when using enterprise URL.
19
+- Bug when headers not being passed to request (#529)
20
21
## 2.0.0
22
0 commit comments