Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Jun 12, 2024
1 parent 30fb9c0 commit 3850a8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.1.0

- Add support for Elixir 1.17 and OTP 27
- Drop support for Elixir 1.10

## v1.0.1

- Configure `Goth.fetch/2` timeout via configuration key `:goth_timeout`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ of dependencies in `mix.exs`:
def deps do
[
{:hush, "~> 1.0"},
{:hush_gcp_secret_manager, "~> 1.0.2"}
{:hush_gcp_secret_manager, "~> 1.1"}
]
end
```
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 HushGcpSecretManager.MixProject do
use Mix.Project

@version "1.0.2"
@version "1.1.0"
@source_url "https://github.com/gordalina/hush_gcp_secret_manager"

def project do
Expand Down

0 comments on commit 3850a8e

Please sign in to comment.