From 6623731f1e7970efaed3882304be55b77bcd39d9 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Tue, 19 Dec 2023 17:02:34 +0100 Subject: [PATCH] release v0.3.0 --- CHANGELOG.md | 6 ++++-- README.md | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79749eb..1a6aa2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + + +## [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) - - ## [0.2.3] - 2023-12-15 ### Added diff --git a/README.md b/README.md index 9e43ddc..b3c01c3 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index dba4a4f..b460951 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [