diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7af632d..b9aa186 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# toml4j Changelog
-## 0.4.0
+## 0.4.0 / 2015-02-16
### Changed
@@ -11,7 +11,7 @@
* Support for [TOML 0.4.0](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md)
* Toml#isEmpty()
-* Line numbers included in error messages
+* More detailed error messages, including line numbers
### Fixed
diff --git a/README.md b/README.md
index 1e264c3..7dbc1ac 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
toml4j is a [TOML 0.4.0](https://github.com/toml-lang/toml/blob/master/versions/en/toml-v0.4.0.md) parser for Java.
-[![Maven Central](https://img.shields.io/maven-central/v/com.moandjiezana.toml/toml4j.svg)](https://search.maven.org/#search|gav|1|g%3A%22com.moandjiezana.toml%22%20AND%20a%3A%22toml4j%22) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Build Status](https://img.shields.io/travis/mwanji/toml4j/wip.svg)](https://travis-ci.org/mwanji/toml4j) [![Coverage Status](https://img.shields.io/coveralls/mwanji/toml4j.svg)](https://coveralls.io/r/mwanji/toml4j)
+[![Maven Central](https://img.shields.io/maven-central/v/com.moandjiezana.toml/toml4j.svg)](https://search.maven.org/#search|gav|1|g%3A%22com.moandjiezana.toml%22%20AND%20a%3A%22toml4j%22) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Build Status](https://img.shields.io/travis/mwanji/toml4j)](https://travis-ci.org/mwanji/toml4j) [![Coverage Status](https://img.shields.io/coveralls/mwanji/toml4j.svg)](https://coveralls.io/r/mwanji/toml4j)
For the bleeding-edge version integrating the latest specs, see the [work-in-progress branch](https://github.com/mwanji/toml4j/tree/wip).
diff --git a/pom.xml b/pom.xml
index 69e5cd0..801b0a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.moandjiezana.toml
toml4j
- 0.3.2-SNAPSHOT
+ 0.4.1-SNAPSHOT
toml4j
A parser for TOML
http://moandjiezana.com/toml/toml4j