Skip to content

Commit 3b0e481

Browse files
committed
bump version to 0.8.1
1 parent 6e1f53a commit 3b0e481

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.8.1 (Unreleased)
3+
## v0.8.1
44

55
* Always URI-escape flag names before rendering them in web pages. ([pull/24](https://github.com/tompave/fun_with_flags_ui/pull/24)) This fixes a XSS vulnerability on the 404 page. Thank you [voltone](https://github.com/voltone) for reporting the issue privately and for discussing possible fixes, and [mmrupp](https://github.com/mmrupp) from [Cure53](https://cure53.de/) for discovering the issue.
66

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule FunWithFlagsUi.Mixfile do
22
use Mix.Project
33

4-
@version "0.8.0"
4+
@version "0.8.1"
55

66
def project do
77
[
@@ -19,7 +19,7 @@ defmodule FunWithFlagsUi.Mixfile do
1919
]
2020
end
2121

22-
22+
2323
# The most common use case for this library is to embed it in
2424
# a host web application and serve it from a sub path: it should
2525
# just be plug'ed into a Phoenix or Plug router.

0 commit comments

Comments
 (0)