diff --git a/CHANGELOG.md b/CHANGELOG.md
index 955fa44..677c2bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.2.0] - 2016-09-28
+### Added
+Statistics added
+
## [1.1.0] - 2016-09-26
+### Added
Bonus food added
## [1.0.0] - 2016-09-18
diff --git a/README.md b/README.md
index ca7f00b..1869a9d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# snake - Just another Snake clone ![alt tag](src/main/resources/img/icons/icon.png)
-[![License](https://img.shields.io/badge/license-WTFPL-blue.svg)](http://www.wtfpl.net/) ![Maturity](https://img.shields.io/badge/maturity-stable-green.svg) [![Release](https://img.shields.io/badge/latest%20release-1.1.0-green.svg)](https://github.com/spypunk/tetris/releases/tag/1.1.0) ![Java](https://img.shields.io/badge/java-8-red.svg) ![Maven](https://img.shields.io/badge/maven-3-orange.svg) [![Build Status](https://travis-ci.org/spypunk/snake.svg?branch=master)](https://travis-ci.org/spypunk/snake) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/4d05e805b7ad406a82f10e7900fb497a)](https://www.codacy.com/app/spypunk/snake?utm_source=github.com&utm_medium=referral&utm_content=spypunk/snake&utm_campaign=Badge_Grade) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow)](https://twitter.com/spypunkk)
+[![License](https://img.shields.io/badge/license-WTFPL-blue.svg)](http://www.wtfpl.net/) ![Maturity](https://img.shields.io/badge/maturity-stable-green.svg) [![Release](https://img.shields.io/badge/latest%20release-1.2.0-green.svg)](https://github.com/spypunk/tetris/releases/tag/1.2.0) ![Java](https://img.shields.io/badge/java-8-red.svg) ![Maven](https://img.shields.io/badge/maven-3-orange.svg) [![Build Status](https://travis-ci.org/spypunk/snake.svg?branch=master)](https://travis-ci.org/spypunk/snake) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/4d05e805b7ad406a82f10e7900fb497a)](https://www.codacy.com/app/spypunk/snake?utm_source=github.com&utm_medium=referral&utm_content=spypunk/snake&utm_campaign=Badge_Grade) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow)](https://twitter.com/spypunkk)
## How it looks ?
![alt tag](img/screenshot_start.png)
diff --git a/img/screenshot.png b/img/screenshot.png
index 31a04d4..7558525 100644
Binary files a/img/screenshot.png and b/img/screenshot.png differ
diff --git a/img/screenshot_gameover.png b/img/screenshot_gameover.png
index 01577cf..5a8bdc2 100644
Binary files a/img/screenshot_gameover.png and b/img/screenshot_gameover.png differ
diff --git a/img/screenshot_pause.png b/img/screenshot_pause.png
index 9c6eb24..326460d 100644
Binary files a/img/screenshot_pause.png and b/img/screenshot_pause.png differ
diff --git a/img/screenshot_start.png b/img/screenshot_start.png
index b80efdf..17accb5 100644
Binary files a/img/screenshot_start.png and b/img/screenshot_start.png differ
diff --git a/pom.xml b/pom.xml
index 812f424..d44523e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
4.0.0
spypunk
snake
- 1.2.0-SNAPSHOT
+ 1.2.0
https://github.com/spypunk/snake