Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Dec 23, 2017
1 parent 27c1475 commit 28f937b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]
### Enhancements

### Bug fixes

### Deprecations

## [1.2.0] - 2017-12-23
### Enhancements
- Append `appium:` prefix for capabilities automatically due to W3C format.
- add take element screenshot for oss module [#33](https://github.com/appium/ruby_lib_core/pull/33)
- add w3c touch action tests and some supports for w3c [#35](https://github.com/appium/ruby_lib_core/pull/35)
Expand Down
4 changes: 2 additions & 2 deletions lib/appium_lib_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Appium
module Core
VERSION = '1.1.0'.freeze unless defined? ::Appium::Core::VERSION
DATE = '2017-12-16'.freeze unless defined? ::Appium::Core::DATE
VERSION = '1.2.0'.freeze unless defined? ::Appium::Core::VERSION
DATE = '2017-12-23'.freeze unless defined? ::Appium::Core::DATE
end
end

0 comments on commit 28f937b

Please sign in to comment.