diff --git a/NEWS b/NEWS index c0272e0f4..07b582fd4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +libwacom 2.8: +- New Devices: + - Wacom One, One 12, One 13 + - XP Pen Deco mini7 + - HUION H950P (another match for that one) + - Samsung Chromebook Plus v2 + - Nuvision Solo 10 Draw + libwacom 2.7: - New Devices: - HP Spectre x360, Envy x360, diff --git a/meson.build b/meson.build index 640190538..54b3b2e51 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libwacom', 'c', - version: '2.7.0', + version: '2.8.0', license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.51.0')