Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Nov 3, 2023
1 parent 55f68b2 commit 3ae426d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

<!--------------------- Don't add new entries after this line --------------------->

## [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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 3ae426d

Please sign in to comment.