From 6caa2f7e2643e4f8d6ce33ba66c2755afbdda4bc Mon Sep 17 00:00:00 2001
From: github-actions <action@github.com>
Date: Thu, 3 Feb 2022 22:46:25 +0000
Subject: [PATCH] 0.2.0

Automatically generated by python-semantic-release
---
 CHANGELOG.md              | 7 +++++++
 mqclient_nats/__init__.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..2dda091
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Changelog
+
+<!--next-version-placeholder-->
+
+## v0.2.0 (2022-02-03)
+### Feature
+* First PR ([#1](https://github.com/WIPACrepo/MQClient-NATS/issues/1)) ([`81732ac`](https://github.com/WIPACrepo/MQClient-NATS/commit/81732ac44e4726f651f9682cf4a4fa8fad589133))
diff --git a/mqclient_nats/__init__.py b/mqclient_nats/__init__.py
index d0efc05..eb79eba 100644
--- a/mqclient_nats/__init__.py
+++ b/mqclient_nats/__init__.py
@@ -11,7 +11,7 @@
 # is zero for an official release, positive for a development branch,
 # or negative for a release candidate or beta (after the base version
 # number has been incremented)
-__version__ = "0.1.0"
+__version__ = "0.2.0"
 version_info = (
     int(__version__.split(".")[0]),
     int(__version__.split(".")[1]),