Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 0.23.1 (#11)
Browse files Browse the repository at this point in the history
* created CHANGELOG.md [ci skip]

* updated README.md [ci skip]

* updated versions.txt [ci skip]

* updated pom.xml [ci skip]
  • Loading branch information
release-please[bot] authored and chingor13 committed Jan 9, 2020
1 parent e29408e commit a90103f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,8 @@
# Changelog

### [0.23.1](https://www.github.com/googleapis/java-grafeas/compare/0.23.0...v0.23.1) (2020-01-07)


### Documentation

* **regen:** updated javadoc from protoc update ([#10](https://www.github.com/googleapis/java-grafeas/issues/10)) ([742dd0e](https://www.github.com/googleapis/java-grafeas/commit/742dd0ee8b6cb83fd126953c1a979c3db60bb0ed))
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,16 +18,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>0.23.0</version>
<version>0.23.1</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'io.grafeas:grafeas:0.23.0'
compile 'io.grafeas:grafeas:0.23.1'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "io.grafeas" % "grafeas" % "0.23.0"
libraryDependencies += "io.grafeas" % "grafeas" % "0.23.1"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>0.23.1-SNAPSHOT</version><!-- {x-version-update:grafeas:current} -->
<version>0.23.1</version><!-- {x-version-update:grafeas:current} -->
<packaging>jar</packaging>
<name>Grafeas Client</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/grafeas
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

grafeas:0.23.0:0.23.1-SNAPSHOT
grafeas:0.23.1:0.23.1

0 comments on commit a90103f

Please sign in to comment.