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

Commit 44bd532

Browse files
authored
feat: promote to 1.0.0 (#156)
Release-As: 1.0.0
1 parent 7357e05 commit 44bd532

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/access-approval/docs/",
55
"api_description": "enables controlling access to your organization's data by Google personnel.",
66
"client_documentation": "https://googleapis.dev/java/google-cloud-accessapproval/latest/index.html",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"transport": "grpc",
99
"requires_billing": true,
1010
"language": "java",

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Java idiomatic client for [Access Approval][product-docs].
88
- [Product Documentation][product-docs]
99
- [Client Library Documentation][javadocs]
1010

11-
> Note: This client is a work-in-progress, and may occasionally
12-
> make backwards-incompatible changes.
13-
1411
## Quickstart
1512

1613
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
@@ -41,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
4138
<dependency>
4239
<groupId>com.google.cloud</groupId>
4340
<artifactId>google-cloud-accessapproval</artifactId>
44-
<version>0.1.3</version>
41+
<version>0.1.5</version>
4542
</dependency>
4643

4744
```
@@ -108,9 +105,6 @@ Java 7 or above is required for using this client.
108105
This library follows [Semantic Versioning](http://semver.org/).
109106

110107

111-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
112-
and the public API should not be considered stable.
113-
114108
## Contributing
115109

116110

@@ -148,7 +142,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
148142
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-accessapproval/java8-win.html
149143
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-accessapproval/java11.svg
150144
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-accessapproval/java11.html
151-
[stability-image]: https://img.shields.io/badge/stability-beta-yellow
145+
[stability-image]: https://img.shields.io/badge/stability-ga-green
152146
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
153147
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-accessapproval&core=gav
154148
[authentication]: https://github.com/googleapis/google-cloud-java#authentication

0 commit comments

Comments
 (0)