Skip to content

Commit

Permalink
release v2.7.0 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon authored May 25, 2020
1 parent a1206fd commit 20f8322
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coverage
vendor/bundle
.coditsu/local.yml
pkg
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# master

# 2.7.0 (2020-05-25)
* sync with uap-core 0.10.0
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
user_agent_parser (2.6.0)
user_agent_parser (2.7.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion user_agent_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = 'user_agent_parser'
gem.version = '2.6.0'
gem.version = '2.7.0'

gem.authors = 'Tim Lucas'
gem.email = '[email protected]'
Expand Down

0 comments on commit 20f8322

Please sign in to comment.