Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 7, 2022
1 parent 3eeebac commit 4b311e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.0.2 (2022-11-07)

* Fix regression where directories were not being tracked for new files

## 2.0.1 (2022-10-29)

* Undeprecate `Phoenix.View.render_layout/4`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PhoenixView.MixProject do
use Mix.Project

@version "2.0.1"
@version "2.0.2"
@source_url "https://github.com/phoenixframework/phoenix_view"

def project do
Expand Down

0 comments on commit 4b311e7

Please sign in to comment.