diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..7b7c84f0cc92683951582e0cbdf3ea1651ef4f50
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Changelog
+
+<!--next-version-placeholder-->
+
+## v0.1.0 (2022-12-21)
+### Feature
+* Introduce first draft of package structure and docs ([`dcc4bd1`](https://gitlab1.ptb.de/ludwig10_masters_thesis/ilp_nn_robustness_verification/-/commit/dcc4bd18f76b2f8450e687b8c8fb73e4984e3354))
diff --git a/docs/conf.py b/docs/conf.py
index 06b1e1d5a5ce43d1c5b5a807581012dcc0b9559f..8ccc94669655fd7a233af14c54671cfe679fefe6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -148,7 +148,7 @@ author = "B. Ludwig"
 # built documents.K
 #
 # The short X.Y version.
-version = "0.0.0"
+version = "0.1.0"
 # The full version, including alpha/beta/rc tags.
 # release = "1.3.1"
 
diff --git a/pyproject.toml b/pyproject.toml
index d934decdbacf46bb6834c0c3b9b9e53786f0ca9c..99a4e3e90afc6c7d273b7f7ba3e08119fecf81d0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
     "Topic :: Scientific/Engineering :: Mathematics",
     "Topic :: Scientific/Engineering :: Artificial Intelligence",
 ]
-version = "0.0.0"
+version = "0.1.0"
 dependencies = [
     "pyscipopt",
 ]
@@ -79,7 +79,7 @@ major_on_zero = false
 changelog_sections = "feature,fix,breaking,documentation,performance"
 changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"
 upload_to_repository = false
-upload_to_release = true
+upload_to_release = false
 hvcs = "gitlab"
 hvcs_domain = "gitlab1.ptb.de"
 commit_author= "Bjoern Ludwig <bjoern.ludwig@ptb.de>"