From 3ae426d29e565acc7eb97add38ce062372e5d8fa Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Fri, 3 Nov 2023 15:11:53 +0100 Subject: [PATCH] release 1.0.2 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f74bfb..d7d14cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.0.2] - 2023-11-03 + +### Fixed + +- Use correct CDN paths to production builds +- Use build time `DEBUG` variable in JS instead of `Mix.env()` + ## [1.0.1] - 2023-10-31 ### Changed diff --git a/mix.exs b/mix.exs index c8ba0f8..5e9e2f5 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule KinoK8s.MixProject do use Mix.Project @source_url "https://github.com/mruoss/kino_k8s" - @version "1.0.1" + @version "1.0.2" def project do [