Skip to content

Commit

Permalink
Release v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Dec 20, 2024
1 parent f777ecd commit 96af2f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.4.4 (2024-12-20)

* Support workload identity

## v1.4.3 (2024-01-15)

* Update Finch to 0.17
Expand Down
2 changes: 1 addition & 1 deletion lib/goth/token.ex
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ defmodule Goth.Token do
* `"file"` - file to read the subject token from
* `"url"` - url to fetch the subject token from
* `"headers"` - any headers to pass to the url
#### Google metadata server - `:metadata`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Goth.Mixfile do
use Mix.Project

@version "1.4.3"
@version "1.4.4"
@source_url "https://github.com/peburrows/goth"

def project do
Expand Down

0 comments on commit 96af2f5

Please sign in to comment.