Skip to content

Commit 64ff3c0

Browse files
authored
Release v2.14.0 (#107)
1 parent d425b11 commit 64ff3c0

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# master
22

3+
# 2.14.0 (2023-01-31)
4+
* Sync with https://github.com/ua-parser/uap-core/commit/1ef0926f2b489cc929589c00f8b8a3efce25acc3
5+
36
# 2.13.0 (2022-10-21)
47
* Support loading multiple database files (via #70) (@misdoro)
58
* Support `patterns_path` argument but deprecate `pattern_path` attribute accessor

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
user_agent_parser (2.13.0)
4+
user_agent_parser (2.14.0)
55

66
GEM
77
remote: https://rubygems.org/

user_agent_parser.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |gem|
44
gem.name = 'user_agent_parser'
5-
gem.version = '2.13.0'
5+
gem.version = '2.14.0'
66

77
gem.authors = 'Tim Lucas'
88
gem.email = 't@toolmantim.com'

0 commit comments

Comments
 (0)