Skip to content

Commit 4311468

Browse files
committed
Bump version to 5.0.12
1 parent ec29972 commit 4311468

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
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.12
4+
5+
**Minor Incremental Release**
6+
- Fix issue: [VariableGroupMap always assign the same value to variables #73](https://github.com/hkarthik7/azure-devops-java-sdk/issues/73)
7+
38
# 5.0.11
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.11/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.12/jar)
77

88
# Please check the announcement to know what is new in version 6.0 and read about breaking changes.
99

@@ -31,15 +31,15 @@ To download the library and use it in your project, just add below in your pom.x
3131
<dependency>
3232
<groupId>io.github.hkarthik7</groupId>
3333
<artifactId>azd</artifactId>
34-
<version>5.0.11</version>
34+
<version>5.0.12</version>
3535
</dependency>
3636
```
3737
**Java docs**
3838
```xml
3939
<dependency>
4040
<groupId>io.github.hkarthik7</groupId>
4141
<artifactId>azd</artifactId>
42-
<version>5.0.11</version>
42+
<version>5.0.12</version>
4343
<classifier>javadoc</classifier>
4444
</dependency>
4545
```
@@ -49,7 +49,7 @@ To download the library and use it in your project, just add below in your pom.x
4949
<dependency>
5050
<groupId>io.github.hkarthik7</groupId>
5151
<artifactId>azd</artifactId>
52-
<version>5.0.11</version>
52+
<version>5.0.12</version>
5353
<classifier>sources</classifier>
5454
</dependency>
5555
```

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.11</version>
9+
<version>5.0.12</version>
1010
<packaging>jar</packaging>
1111

1212
<name>azd</name>

0 commit comments

Comments
 (0)