jenkins-bot has submitted this change and it was merged.

Change subject: Releasing minor version 1.2.0
......................................................................


Releasing minor version 1.2.0

Change-Id: Icf440c7c1c1b1a1dcd2fd1d508ce28a83a4b61c2
---
M README.md
M UPGRADE.md
M lib/mediawiki_selenium/version.rb
3 files changed, 8 insertions(+), 3 deletions(-)

Approvals:
  Zfilipin: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/README.md b/README.md
index 23f2c8c..5690be5 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
 specifies the version of `mediawiki_selenium` you wish to use (typically the
 latest version).
 
-    gem 'mediawiki_selenium', '~> 1.0.2'
+    gem 'mediawiki_selenium', '~> 1.2.0'
 
 Install the gem and its dependencies by running `bundle install`. (If
 [Bundler](http://bundler.io/) is not yet installed, install it with
@@ -199,6 +199,11 @@
 
 ## Release notes
 
+### 1.2.0 2015-05-28
+* Support logging to a 
[Raita](http://git.wikimedia.org/summary/integration%2Fraita.git)
+  Elasticsearch database by setting `RAITA_URL`
+* Removed deprecated support for `MEDIAWIKI_PASSWORD_VARIABLE`
+
 ### 1.1.0 2015-04-06
 * Support for `browser_http_proxy` in Firefox, Chrome, and Phantomjs
 * Renamed browser factory `bind` method to `configure`
diff --git a/UPGRADE.md b/UPGRADE.md
index 23f8f5e..70a9f74 100644
--- a/UPGRADE.md
+++ b/UPGRADE.md
@@ -5,7 +5,7 @@
 First, update the `Gemfile` in your project's root directory to specify the
 new version.
 
-    gem 'mediawiki_selenium', '~> 1.0.0'
+    gem 'mediawiki_selenium', '~> 1.2.0'
 
 ## Upgrade gems and dependencies
 
diff --git a/lib/mediawiki_selenium/version.rb 
b/lib/mediawiki_selenium/version.rb
index 753d822..59770bf 100644
--- a/lib/mediawiki_selenium/version.rb
+++ b/lib/mediawiki_selenium/version.rb
@@ -1,3 +1,3 @@
 module MediawikiSelenium
-  VERSION = '1.1.0'
+  VERSION = '1.2.0'
 end

-- 
To view, visit https://gerrit.wikimedia.org/r/214379
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icf440c7c1c1b1a1dcd2fd1d508ce28a83a4b61c2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/selenium
Gerrit-Branch: master
Gerrit-Owner: Dduvall <dduv...@wikimedia.org>
Gerrit-Reviewer: Zfilipin <zfili...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to