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.24.0 (#41)
Browse files Browse the repository at this point in the history
* updated 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] committed Feb 4, 2020
1 parent 9fb363f commit fd48654
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog

## [0.24.0](https://www.github.com/googleapis/java-grafeas/compare/v0.23.1...v0.24.0) (2020-02-04)


### Features

* add upgrade classes ([#21](https://www.github.com/googleapis/java-grafeas/issues/21)) ([17e95c1](https://www.github.com/googleapis/java-grafeas/commit/17e95c1c95a1e85addd5745fca9f28691d29fa46))


### Dependencies

* update core dependencies ([#14](https://www.github.com/googleapis/java-grafeas/issues/14)) ([c7beac8](https://www.github.com/googleapis/java-grafeas/commit/c7beac8538160b2c14611b1061802c33fd24098d))
* update core dependencies ([#37](https://www.github.com/googleapis/java-grafeas/issues/37)) ([17e646d](https://www.github.com/googleapis/java-grafeas/commit/17e646d5a1374a27475b1951c341c6aad77a6bff))
* update dependency com.google.api-client:google-api-client-bom to v1.30.8 ([#38](https://www.github.com/googleapis/java-grafeas/issues/38)) ([9fb363f](https://www.github.com/googleapis/java-grafeas/commit/9fb363fe8db79873b25f121a452cb878f730976f))
* update dependency com.google.cloud:google-cloud-core-bom to v1.92.3 ([#33](https://www.github.com/googleapis/java-grafeas/issues/33)) ([f0c59db](https://www.github.com/googleapis/java-grafeas/commit/f0c59db5776b15849cf5f714c11fa17f0b149881))
* update dependency com.google.http-client:google-http-client-bom to v1.34.1 ([#31](https://www.github.com/googleapis/java-grafeas/issues/31)) ([4f577fb](https://www.github.com/googleapis/java-grafeas/commit/4f577fbd0849b8f3491f8e13bf45ed5a534f5159))
* update dependency com.google.protobuf:protobuf-java to v3.11.3 ([#40](https://www.github.com/googleapis/java-grafeas/issues/40)) ([2bbec8f](https://www.github.com/googleapis/java-grafeas/commit/2bbec8fd731a0300db6fe4d4fc1bb48f9fca28d8))
* update dependency org.threeten:threetenbp to v1.4.1 ([b7ee3d2](https://www.github.com/googleapis/java-grafeas/commit/b7ee3d2d654ce9b08d78325a4c4716f7ec48a07b))
* update grpc dependencies to v1.27.0 ([#32](https://www.github.com/googleapis/java-grafeas/issues/32)) ([a2def67](https://www.github.com/googleapis/java-grafeas/commit/a2def67fa24323740bb08cda8bf189d464c18c09))

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


Expand Down
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.1</version>
<version>0.24.0</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'io.grafeas:grafeas:0.23.1'
compile 'io.grafeas:grafeas:0.24.0'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "io.grafeas" % "grafeas" % "0.23.1"
libraryDependencies += "io.grafeas" % "grafeas" % "0.24.0"
```
[//]: # ({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.2-SNAPSHOT</version><!-- {x-version-update:grafeas:current} -->
<version>0.24.0</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.1:0.23.2-SNAPSHOT
grafeas:0.24.0:0.24.0

0 comments on commit fd48654

Please sign in to comment.