From c00e3a59f979cd2e323fa920b249c2dceda9a9b3 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Sun, 28 Jan 2024 21:39:24 +0100 Subject: [PATCH] release v0.3.1 --- CHANGELOG.md | 7 +++++-- README.md | 2 +- mix.exs | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f3845..ec1c095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + + +## [0.3.1] - 2024-01-28 + ### Changed - Use `:cacertfile` insead of `:cacerts` in `:transport_options` and let the OTP process the certificate - [#8](https://github.com/mruoss/flame_k8s_backend/pull/8) - - +- Dependency Updates ## [0.3.0] - 2023-12-19 diff --git a/README.md b/README.md index 71ccb34..e8b94b6 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.3.0"} + {:flame_k8s_backend, "~> 0.3.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 77ee409..64b1f25 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.3.0" + @version "0.3.1" def project do [