diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99ff7c4e..98f58c34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Change log
+### v2.10.3 (2020-02-05)
+
+* Further adjustments to the TS `index.d.ts` declaration file.
+ [@Guillaumez](https://github.com/Guillaumez) in [#289](https://github.com/apollographql/graphql-tag/pull/289)
+
### v2.10.2 (2020-02-04)
* Update/fix the existing TS `index.d.ts` declaration file.
diff --git a/package.json b/package.json
index d5797fe3..1782996e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-tag",
- "version": "2.10.2",
+ "version": "2.10.3",
"description": "A JavaScript template literal tag that parses GraphQL queries",
"main": "./lib/graphql-tag.umd.js",
"module": "./src/index.js",