From 42f416af1df3ffe08f7858919ced5ac1f2779564 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 14 Apr 2020 18:38:12 -0700 Subject: [PATCH] Update version and changelog for hotplug support --- ChangeLog.md | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7cd4dfb..120bf8b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based upon [Keep a Changelog]. ## [Unreleased] +### Added +- USB Hotplug support to libx52 and libusbx52 ## [0.2.0] - 2020-04-14 ### Changed diff --git a/configure.ac b/configure.ac index a8b4c47..7871ab2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # # SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0 -AC_INIT([x52pro-linux], [0.2.0], [nirenjan@gmail.com]) +AC_INIT([x52pro-linux], [0.2.1], [nirenjan@gmail.com]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_PROG_CC