Skip to content

Commit fdee20f

Browse files
committed
Bump version
1 parent 08fba35 commit fdee20f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## Unreleased
3+
## 2.0.0
44

5-
- Remove `id` attribute for input tags generated by `hidden_go_to_tag` and `hidden_go_to_here_tag`.
5+
- Remove `id` attribute for input tags generated by `hidden_go_to_tag` and `hidden_go_to_here_tag`, to avoid markup errors when using multiple on the same page.
6+
- Disallow protocol-relative "//evil.com".
67

78
## 1.1.3
89

lib/go_to_param/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GoToParam
2-
VERSION = "1.1.3"
2+
VERSION = "2.0.0"
33
end

0 commit comments

Comments
 (0)