From 4d9188bc7623775e94d2a93585ff8071414572c1 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Sat, 31 Dec 2022 15:13:02 +0100 Subject: [PATCH] 2.0.0-rc.2 --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a54506..7f7a8951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0-rc.2] - +## [2.0.0-rc.2] - 2022-12-31 ### Added diff --git a/mix.exs b/mix.exs index ff35d63a..70680b10 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule K8s.MixProject do use Mix.Project @source_url "https://github.com/coryodaniel/k8s" - @version "2.0.0-rc.1" + @version "2.0.0-rc.2" def project do [