Skip to content

Commit

Permalink
release v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Aug 21, 2024
1 parent 54ee9a1 commit 8bb9fab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

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

## [1.2.4] - 2024-08-21

### Changed

- Dependency Updates

## [1.2.3] - 2024-04-29

### Changed
Expand Down
2 changes: 2 additions & 0 deletions lib/kino_k8s/smart_cell_helper.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
defmodule KinoK8s.SmartCellHelper do
@moduledoc false

alias KinoK8s.K8sHelper
alias KinoK8s.ResourceGVKCache

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.2.3"
@version "1.2.4"

def project do
[
Expand Down

0 comments on commit 8bb9fab

Please sign in to comment.