Skip to content

Commit bbf416f

Browse files
committed
Bumped version to 5.0.9
1 parent 2c7ef55 commit bbf416f

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# 5.0.9
4+
5+
**Minor Incremental Release**
6+
- Fix issue: [How to get the get the team capacity? #66](https://github.com/hkarthik7/azure-devops-java-sdk/issues/66)
7+
- Fix issue: [[Feature] Missing Pull Request Statuses object #64](https://github.com/hkarthik7/azure-devops-java-sdk/issues/64)
8+
- Fix issue: [Do you support pagination with the continuationToken #63](https://github.com/hkarthik7/azure-devops-java-sdk/issues/63)
9+
310
## 5.0.8
411

512
**Minor Incremental Release**

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://dev.azure.com/harishkarthic/azure-devops-java-sdk/_apis/build/status/hkarthik7.azure-devops-java-sdk?branchName=main)](https://dev.azure.com/harishkarthic/azure-devops-java-sdk/_build/latest?definitionId=8&branchName=main)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hkarthik7/azure-devops-java-sdk/blob/main/LICENSE)
55
[![Documentation Status](https://readthedocs.org/projects/azure-devops-java-sdk-docs/badge/?version=latest)](https://azure-devops-java-sdk-docs.readthedocs.io/en/latest/?badge=latest)
6-
[![Maven Central](https://img.shields.io/maven-central/v/io.github.hkarthik7/azd.svg)](https://search.maven.org/artifact/io.github.hkarthik7/azd/5.0.8/jar)
6+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.hkarthik7/azd.svg)](https://search.maven.org/artifact/io.github.hkarthik7/azd/5.0.9/jar)
77

88
**azd** library helps to manage **Azure DevOps** REST API with ease. This provides functionality to the significant services
99
in **Azure DevOps** and manage in granular level.
@@ -26,15 +26,15 @@ To download the library and use it in your project, just add below in your pom.x
2626
<dependency>
2727
<groupId>io.github.hkarthik7</groupId>
2828
<artifactId>azd</artifactId>
29-
<version>5.0.8</version>
29+
<version>5.0.9</version>
3030
</dependency>
3131
```
3232
**Java docs**
3333
```xml
3434
<dependency>
3535
<groupId>io.github.hkarthik7</groupId>
3636
<artifactId>azd</artifactId>
37-
<version>5.0.8</version>
37+
<version>5.0.9</version>
3838
<classifier>javadoc</classifier>
3939
</dependency>
4040
```
@@ -44,7 +44,7 @@ To download the library and use it in your project, just add below in your pom.x
4444
<dependency>
4545
<groupId>io.github.hkarthik7</groupId>
4646
<artifactId>azd</artifactId>
47-
<version>5.0.8</version>
47+
<version>5.0.9</version>
4848
<classifier>sources</classifier>
4949
</dependency>
5050
```

azd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.hkarthik7</groupId>
88
<artifactId>azd</artifactId>
9-
<version>5.0.8</version>
9+
<version>5.0.9</version>
1010
<packaging>jar</packaging>
1111

1212
<name>azd</name>

0 commit comments

Comments
 (0)