Skip to content

Commit

Permalink
Merge pull request #38 from RobertMaciejewski/chore/release-v2.0.0
Browse files Browse the repository at this point in the history
Chore/release
  • Loading branch information
iusztin committed Sep 14, 2020
2 parents ec97143 + 7b61819 commit f965088
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.0.0] - 2020-09-14
### Added
- Start supporting Ruby 2.7.
- Provide image error details.
- Raise `UnexpectedError` for unknown recognition error types.

### Removed
- Support for Ruby 2.3.

## [1.3.0] - 2019-08-30
### Added
- Support a retrying feature on `Scnnr::Connection`.
Expand Down
2 changes: 1 addition & 1 deletion lib/scnnr/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Scnnr
VERSION = '1.3.0'
VERSION = '2.0.0'
end

0 comments on commit f965088

Please sign in to comment.