Skip to content

Commit

Permalink
bumped new version
Browse files Browse the repository at this point in the history
  • Loading branch information
romikoops committed Dec 4, 2017
1 parent 1cb2aef commit abcff39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,10 @@
## [In git](https://github.com/strongqa/howitzer/compare/v2.1.0...master)
## [In git](https://github.com/strongqa/howitzer/compare/v2.1.1...master)

### New Features

### Bug-fixes

## [v2.1.1](https://github.com/strongqa/howitzer/compare/v2.1.0...v2.1.1)

### New Features
- Cucumber rake tasks minor updates
Expand All @@ -10,6 +16,7 @@
- [#252](https://github.com/strongqa/howitzer/issues/252) Wrong location of log files fixed
- [#248](https://github.com/strongqa/howitzer/issues/248) FactoryGirl renamed to FactoryBot in cucumber transformation.
- [#246](https://github.com/strongqa/howitzer/issues/246) Options fixed for rspec rake tasks

## [v2.1.0](https://github.com/strongqa/howitzer/compare/v2.0.3...v2.1.0)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion lib/howitzer/version.rb
@@ -1,4 +1,4 @@
# This module holds howitzer version
module Howitzer
VERSION = '2.1.0'.freeze #:nodoc:
VERSION = '2.1.1'.freeze #:nodoc:
end

0 comments on commit abcff39

Please sign in to comment.