We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00c310 commit 7220e42Copy full SHA for 7220e42
firebase-vertexai/CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Unreleased
2
+
3
4
+# 16.0.1
5
* [fixed] Fixed issue where authorization headers weren't correctly formatted and were ignored by the backend. (#6400)
6
7
# 16.0.0
@@ -52,3 +55,4 @@
52
55
* [feature] Added support for `responseMimeType` in `GenerationConfig`.
53
56
* [changed] Renamed `GoogleGenerativeAIException` to `FirebaseVertexAIException`.
54
57
* [changed] Updated the KDocs for various classes and functions.
58
firebase-vertexai/gradle.properties
@@ -12,5 +12,5 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-version=16.0.1
16
-latestReleasedVersion=16.0.0
+version=16.0.2
+latestReleasedVersion=16.0.1
0 commit comments