Skip to content

Commit 1580be2

Browse files
committed
Bumped version to 5.0.10
1 parent 92142a5 commit 1580be2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
# 5.0.10
4+
5+
**Minor Incremental Release**
6+
- Fix issue: [[Improvement] Add ability for GitApi.getRepositories() to include hidden repositories #68](https://github.com/hkarthik7/azure-devops-java-sdk/issues/68)
7+
38
# 5.0.9
49

510
**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.9/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.10/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.9</version>
29+
<version>5.0.10</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.9</version>
37+
<version>5.0.10</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.9</version>
47+
<version>5.0.10</version>
4848
<classifier>sources</classifier>
4949
</dependency>
5050
```

0 commit comments

Comments
 (0)