* Fix [gh #130](https://github.com/awesomized/libmemcached/issues/130)
with [gh #124](https://github.com/awesomized/libmemcached/issues/124):
Server response count can underflow.
# libmemcached
#
-set(LIBMEMCACHED_VERSION 1.1.2)
+set(LIBMEMCACHED_VERSION 1.1.3)
set(LIBMEMCACHED_VERSION_INC 1.0)
-set(LIBMEMCACHED_VERSION_HEX 0x001001002)
+set(LIBMEMCACHED_VERSION_HEX 0x001001003)
# libmemcached.so
# ChangeLog v1.1
+## v 1.1.3
+
+> released 2022-11-09
+
+* Fix [gh #130](https://github.com/awesomized/libmemcached/issues/130)
+ with [gh #124](https://github.com/awesomized/libmemcached/issues/124):
+ Server response count can underflow.
+
## v 1.1.2
> released 2022-08-10
ChangeLog v1.1
==============
+v 1.1.3
+-------
+
+..
+
+ released 2022-11-09
+
+
+
+* Fix `gh #130 <https://github.com/awesomized/libmemcached/issues/130>`_
+ with `gh #124 <https://github.com/awesomized/libmemcached/issues/124>`_\ :
+ Server response count can underflow.
+
v 1.1.2
-------