Skip to content

Commit

Permalink
Release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 21, 2024
1 parent bbff5fb commit 1685c55
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 20 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.8.4 (2024-06-21)

* Add immutable directive to cache-control header
* Wrap log lines in request logger page
* Fix deprecation warnings on LiveView release candidate

## v0.8.3 (2023-10-28)

* Address deprecation warnings from Phoenix.LiveView and Phoenix.HTML
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Phoenix.LiveDashboard.MixProject do
use Mix.Project

@version "0.8.3"
@version "0.8.4"

def project do
[
Expand Down Expand Up @@ -61,7 +61,7 @@ defmodule Phoenix.LiveDashboard.MixProject do
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:plug_cowboy, "~> 2.0", only: :dev},
{:jason, "~> 1.0", only: [:dev, :test, :docs]},
{:floki, "~> 0.27.0", only: :test},
{:floki, "~> 0.27", only: :test},
{:stream_data, "~> 0.1", only: :test},
{:ecto_sqlite3, "~> 0.9.1", only: [:dev, :test]},
{:ex_doc, "~> 0.21", only: :docs},
Expand Down
Loading

0 comments on commit 1685c55

Please sign in to comment.