Skip to content

Commit 44746ca

Browse files
committed
rb - update changelog & bump version
1 parent e4f30b8 commit 44746ca

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

rb/CHANGES

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
2.53.0 (Unreleased)
1+
2.53.1 (2016-06-09)
2+
===================
3+
4+
Firefox:
5+
* Support for latest geckodriver (formerly wires)
6+
* Escape selector when converting to CSS (issue 2235)
7+
8+
2.53.0 (2016-03-16)
29
===================
310

411
Ruby:

rb/selenium-webdriver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77

88
Gem::Specification.new do |s|
99
s.name = "selenium-webdriver"
10-
s.version = "2.53.0dev"
10+
s.version = "2.53.1"
1111

1212
s.authors = ["Jari Bakken"]
1313
s.email = "[email protected]"

0 commit comments

Comments
 (0)