diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb2d330100fc3af94022e6c46fc27683ba7150d6..9b034f929dc26ab147ebdc684709c2a03649c2ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,50 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+## [1.5.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.4.0...v1.5.0) (2021-08-31)
+
+
+### Features
+
+* add landing message to search page ([f7b586d](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/f7b586de2cb91f93dfb9f668019bd6e69169b499))
+* add list of manuscripts to a single page via API ([8a230c7](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/8a230c70e1cfa9fc4bdb2e969a168be6fb1d62c3))
+* add Menue Item "Arabic Translation" to Meta Edition ([1bccb04](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/1bccb04d82e6d7e60fbfee1fd4e648855912bd43)), closes [#118](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/issues/118)
+* add menue item "Syriac Translation" to meta edition ([5b8cd4c](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/5b8cd4cb40711badf93b4591ce2bfe29d30137ca))
+* control element to get back to the top from the bottom of the page ([62f4102](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/62f4102c7f060257cfb781c708e4855c8c818fd7)), closes [#110](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/issues/110)
+* image on the homepage smaller ([1fcb8f8](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/1fcb8f8b4aead7d92053f81415544449b3af6044)), closes [#113](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/issues/113)
+* lists of manuscripts ([011b8fb](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/011b8fb2f63177306af8b277ed90fc24d41bf78b))
+
+
+### Bug Fixes
+
+* heading levels ([29cd66a](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/29cd66aa77c611b0632a416f3c9d3c889b8fde8b))
+* remove namespace, bump version ([881c115](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/881c115046dcd2ed951bf8b1d51812e0f615594f))
+* remove xhtml namespace ([5f72172](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/5f721729c60021df36078227c14318fb7b7e6046))
+* remove xhtml prefix ([cc7712b](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/cc7712be4449a018a29ca3d1809b04ee0e7966d3))
+* usage of wrong styling method ([5763c02](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/5763c021dac8e63a282df73d42e1936534dcddd9))
+
+
+### Reverts
+
+* version bump ([63d56e8](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/63d56e834ec06efa8efca6a661cf694b1aac35e1))
+
+
+### Styling
+
+* add some styling ([c3a493e](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/c3a493e0d8e3e8ca5f9488a104deecd317a4f55f))
+
+
+### Docs
+
+* refine instructions on how to load content from API ([4f5783a](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/4f5783a6af41c9dae2ac70f4e7ee0fa7d5af4727))
+
+
+### Chore
+
+* add missing image ([d75bd53](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/d75bd53c8acf6e049a8d8bef44e80b9d008531aa)), closes [#112](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/issues/112)
+* minor formatting ([b3d877d](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/b3d877d683cc184b3f870023f0033336d6b5f06f))
+* pictures for stemmata page ([ae283b1](https://gitlab.gwdg.de/subugoe/ahiqar/website/-/commit/ae283b1435115c5e66bd625085fc674b3a25c46f))
+
 ## [1.4.0](https://gitlab.gwdg.de/subugoe/ahiqar/website/compare/v1.3.0...v1.4.0) (2021-08-23)
 
 
diff --git a/package-lock.json b/package-lock.json
index 1591f528f45e5872c30086964d2cc1f83efc3f56..9cb2b1d85656a98d7c4a099c9085cf2fbbec565e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "ahiqar-website",
-  "version": "1.4.0",
+  "version": "1.5.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index d4ea5ba4cf9981c6f157ec0d2626efbcaa9a6d75..9239ed063f45abbe9fe589a7a6e16e6f4ff1273b 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ahiqar-website",
-  "version": "1.4.0",
+  "version": "1.5.0",
   "description": "",
   "main": "",
   "authors": {