diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66fa83ea1d180e396e751439635e63fac3357785..540401599ee837f356936ff3aba4bde4b55e4e59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Removed
 ### Fixed
 
+## [1.3] - 2018-09-05
+
+### Added
+
+- added robots.txt to the expected place and made sure that sitemap was properly generated (#49)
+- added some python modules to the DSpace Dockerfile that are needed by DSpace healthchecks
+
+### Changed
+
+- adapted some configuration to preserve the real IP addresses of visitors (#35)
+- added configuration to enable DSPace to send Java errors to us by mail
+
+### Fixed
+
+- Made sure that tomcat is stopped with `-force` in entrypoint script to ensure that only one instance is running
+
+## [1.2.2] - 2018-08-31
+
+### Fixed
+
+- Changed the DSpace config to use the production handle prefix and not the staging one
+
 ## [1.2] - 2018-08-27
 
 ### Added
@@ -60,3 +82,5 @@ This is the first release. It all starts here.
 [Unreleased]:https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.1...HEAD
 [1.1]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.0...v1.1
 [1.2]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.1...v1.2
+[1.2.2]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.2...v1.2.2
+[1.3]: https://gitlab.inf.unibz.it/commul/docker/clarin-dspace/compare/v1.2.2...v1.3