Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jyunderwood committed Dec 12, 2016
1 parent 4a8d533 commit e35452d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.2.0 (2016-12-12)

- Expose response XML, and add ReportType constants
- Add license and required ruby version to gemspec

## v1.1.0 (2016-12-12)

- Add configuration block pattern
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VinQuery

[![Build Status](https://travis-ci.org/jyunderwood/vin_query.png?branch=master)](https://travis-ci.org/jyunderwood/vin_query)
[![Build Status](https://travis-ci.org/jyunderwood/vin_query.svg?branch=master)](https://travis-ci.org/jyunderwood/vin_query)

A ruby library for fetching and parsing VIN information from vinquery.com, a vehicle identification number decoding service.

Expand Down
2 changes: 1 addition & 1 deletion lib/vin_query/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module VinQuery
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit e35452d

Please sign in to comment.