Skip to content

Commit f567023

Browse files
committed
chore: create a release
1 parent 305f5bd commit f567023

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ libraries:
387387
- packages/google-area120-tables/docs/
388388
tag_format: '{id}-v{version}'
389389
- id: google-auth
390-
version: 2.54.0
390+
version: 2.55.0
391391
last_generated_commit: ""
392392
apis: []
393393
source_roots:

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ libraries:
228228
metadata_name_override: area120tables
229229
default_version: v1alpha1
230230
- name: google-auth
231-
version: 2.54.0
231+
version: 2.55.0
232232
python:
233233
library_type: AUTH
234234
- name: google-auth-httplib2

packages/google-auth/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-auth/#history
66

7+
## [2.55.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.54.0...google-auth-v2.55.0) (2026-06-15)
8+
9+
10+
### Features
11+
12+
* make RAB feature production ready (#17390) ([af193931e4e38c4b59751edb8e915ae3388b8524](https://github.com/googleapis/google-cloud-python/commit/af193931e4e38c4b59751edb8e915ae3388b8524))
13+
14+
15+
### Bug Fixes
16+
17+
* run async background boundary refresh on detached session (#17441) ([56cbea8509c66889485b43f2d98d60210eae81bc](https://github.com/googleapis/google-cloud-python/commit/56cbea8509c66889485b43f2d98d60210eae81bc))
18+
719
## [2.54.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.53.0...google-auth-v2.54.0) (2026-06-11)
820

921

packages/google-auth/google/auth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.54.0"
15+
__version__ = "2.55.0"

0 commit comments

Comments
 (0)