We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc3b37 commit 4053425Copy full SHA for 4053425
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
## [Unreleased]
5
### Enhancements
6
7
+### Bug fixes
8
+
9
+### Deprecations
10
11
+## [1.8.2] - 2018-07-17
12
+### Enhancements
13
14
### Bug fixes
15
- Available packages over HTTP [#106](https://github.com/appium/ruby_lib_core/issues/106)
16
lib/appium_lib_core/version.rb
@@ -1,6 +1,6 @@
1
module Appium
2
module Core
3
- VERSION = '1.8.1'.freeze unless defined? ::Appium::Core::VERSION
- DATE = '2018-07-13'.freeze unless defined? ::Appium::Core::DATE
+ VERSION = '1.8.2'.freeze unless defined? ::Appium::Core::VERSION
+ DATE = '2018-07-17'.freeze unless defined? ::Appium::Core::DATE
end
0 commit comments