From 08bddf624e641b034dc74a2d4b382fc77d734987 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Wed, 23 Oct 2024 20:02:06 +0200 Subject: [PATCH] release v0.1.2 --- CHANGELOG.md | 16 ++++++++++------ README.md | 4 ++-- mix.exs | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6118a3..397b820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased + + + + + + +## 0.1.2 + +## Fixed + - Use Kubereq.attach/2 in place of deprecated Kubereq.new/2 [#37](https://github.com/mruoss/kubegen/issues/37), [#38](https://github.com/mruoss/kubegen/pull/38) ## 0.1.1 @@ -14,9 +24,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - License was wrong in `mix.exs` - - - - - - diff --git a/README.md b/README.md index 7f491d2..55de746 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ add `kubereq` to your list of dependencies as well: ```elixir def deps do [ - {:kubegen, "~> 0.1.0", only: :dev, runtime: false}, - {:kubereq, "~> 0.1.0"} + {:kubegen, "~> 0.1.2", only: :dev, runtime: false}, + {:kubereq, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 548bc8c..4a2f7e0 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Kubegen.MixProject do @app :kubegen @source_url "https://github.com/mruoss/#{@app}" - @version "0.1.1" + @version "0.1.2" def project do [