Skip to content

Commit

Permalink
chore(main): release language 1.1.0 (#5570)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 14, 2022
1 parent 04cff48 commit 75f8989
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ids": "0.1.0",
"iot": "1.0.0",
"kms": "1.2.0",
"language": "1.0.0",
"language": "1.1.0",
"lifesciences": "0.2.0",
"logging": "1.4.2",
"managedidentities": "1.0.1",
Expand Down
8 changes: 7 additions & 1 deletion language/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.1.0](https://github.com/googleapis/google-cloud-go/compare/language/v1.0.0...language/v1.1.0) (2022-02-14)


### Features

* **language:** add file for tracking version ([17b36ea](https://github.com/googleapis/google-cloud-go/commit/17b36ead42a96b1a01105122074e65164357519e))

## 1.0.0

Stabilize GA surface.
Expand All @@ -8,4 +15,3 @@ Stabilize GA surface.

This is the first tag to carve out language as its own module. See
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).

2 changes: 1 addition & 1 deletion language/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.0.0"
const Version = "1.1.0"

0 comments on commit 75f8989

Please sign in to comment.