Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Dec 19, 2023
1 parent fb0dc1f commit 6623731
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

<!-- ### Added | Changed | Deprecated | Removed | Fixed | Security -->

<!--------------------- Don't add new entries after this line --------------------->

## [0.3.0] - 2023-12-19

### Changed

- Remove`:insecure_skip_tls_verify` option and use a custom `match_fun` instead to work around failing hostname verification for IP addresses. - [#5](https://github.com/mruoss/flame_k8s_backend/pull/5)

<!--------------------- Don't add new entries after this line --------------------->

## [0.2.3] - 2023-12-15

### Added
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 @@ More configuration options (resources, etc.) will follow.
```elixir
def deps do
[
{:flame_k8s_backend, "~> 0.2.3"}
{:flame_k8s_backend, "~> 0.3.0"}
]
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 FlameK8sBackend.MixProject do
use Mix.Project
@source_url "https://github.com/mruoss/flame_k8s_backend"
@version "0.2.3"
@version "0.3.0"

def project do
[
Expand Down

0 comments on commit 6623731

Please sign in to comment.