diff --git a/CHANGELOG.md b/CHANGELOG.md
index eeef858c..ddf2d14f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
LogicNG uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.0.1] - 2020-09-18
+### Fixed
+- Fixed a bug for a special case in the DRUP proof generation
+
## [2.0.0] - 2020-07-30
### Added
- DNNF data structure and compilation
diff --git a/README.md b/README.md
index f2ce4699..aabf75c8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[](https://app.wercker.com/project/bykey/24c4765f3a0d79520ad80a1e4c20cfa2) [](https://coveralls.io/github/logic-ng/LogicNG?branch=master)  
+[](https://app.wercker.com/project/bykey/24c4765f3a0d79520ad80a1e4c20cfa2) [](https://coveralls.io/github/logic-ng/LogicNG?branch=master)  
@@ -19,7 +19,7 @@ LogicNG is released in the Maven Central Repository. To include it just add
org.logicng
logicng
- 2.0.0
+ 2.0.1
```
to your Maven POM.
diff --git a/pom.xml b/pom.xml
index 53e879f0..e5f0d4ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
4.0.0
org.logicng
logicng
- 2.0.0
+ 2.0.1
jar
LogicNG