CHANGELOG.md in howitzer-2.1.1 vs CHANGELOG.md in howitzer-2.2.0
- old
+ new
@@ -1,9 +1,23 @@
-## [In git](https://github.com/strongqa/howitzer/compare/v2.1.1...master)
+## [In git](https://github.com/strongqa/howitzer/compare/v2.2.0...master)
### New Features
### Bug-fixes
+
+## [v2.2.0](https://github.com/strongqa/howitzer/compare/v2.1.1...v2.2.0)
+
+### New Features
+- [#293](https://github.com/strongqa/howitzer/issues/293) add support ordering for run tests
+- [#276](https://github.com/strongqa/howitzer/issues/276) Add support Capybara v3
+- [#280](https://github.com/strongqa/howitzer/issues/280) Add support Firefox Headless
+- [#241](https://github.com/strongqa/howitzer/issues/241) meta interface added. Allows tracking elements,sections, iframes on the page.
+- [#266](https://github.com/strongqa/howitzer/issues/266) ruby 2.2 no longer supported
+- [#265](https://github.com/strongqa/howitzer/issues/265) Add Appium driver
+### Bug-fixes
+- [#286](https://github.com/strongqa/howitzer/issues/286) [Installation] generated rubocop.yml doesn't cover ruby sources
+- [#274](https://github.com/strongqa/howitzer/issues/274) Stopped PhantomJS supporting
+- [#282](https://github.com/strongqa/howitzer/issues/282) Multiple sessions don't work properly
## [v2.1.1](https://github.com/strongqa/howitzer/compare/v2.1.0...v2.1.1)
### New Features
- Cucumber rake tasks minor updates