diff --git a/NEWS b/NEWS index 8bfa6ba80..c1bd4448e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +libwacom 2.3: +- New Devices: + - Acer Chromebook Spin 13 + - Huion HS611 + - Lenovo 14s Yoga, X13 Yoga, X1 Yoga, X380 + - Samsung Galaxy Book Pro 360, Flex2 +- Devices matching a "* Keyboard" glob are no longer treated as tablets + libwacom 2.2: - New Devices: - Lenovo X1 Yoga Gen6, X1 Titanium Gen1 diff --git a/meson.build b/meson.build index 07d769b11..da2d8e28d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libwacom', 'c', - version: '2.2.0', + version: '2.3.0', license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.51.0')