diff --git a/NEWS b/NEWS index cab29fa9c..feaaf533f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +libwacom 2.1: +- New Devices: + - Dell Latitude 5290 + - Lenovo ThinkPad X1 Tablet Gen3, Yoga 7 + - Pine64 PineNote + - HP ProBook x360 + libwacom 2.0: - New major version with a soname bump. Some symbols have been dropped but no user should've ever used those anyway. See commit diff --git a/meson.build b/meson.build index 02ac1759e..bc303470a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libwacom', 'c', - version: '2.0.0', + version: '2.1.0', license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.51.0')