Skip to content

Commit 58c2e3f

Browse files
committed
Bump to 6.3.0
* Unicode characters forbidden in HTML are stripped from input: #164 * Validation is now more lenient for HTML input: #159
1 parent 5305cce commit 58c2e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 6.3.0
22

33
* Unicode characters forbidden in HTML are stripped from input
44
* Validation is now more lenient for HTML input

lib/govspeak/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Govspeak
2-
VERSION = "6.2.1".freeze
2+
VERSION = "6.3.0".freeze
33
end

0 commit comments

Comments
 (0)