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 [