diff --git a/CHANGELOG.md b/CHANGELOG.md
index 821e243bb..8e2e9ba7b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.2.4] - 2021-09-02
+
+### Changed
+
+- Add cartodbfication step for create_table_from_query and copy_table functions (#1744)
+
## [1.2.3] - 2021-08-18
### Changed
diff --git a/README.rst b/README.rst
index e09de0432..4db4a6c1c 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,8 @@ CARTOframes
.. image:: https://github.com/CartoDB/cartoframes/actions/workflows/cartoframes-ci.yml/badge.svg?branch=develop
:target: https://github.com/CartoDB/cartoframes/actions/workflows/cartoframes-ci.yml
-.. image:: https://img.shields.io/badge/pypi-v1.2.3-orange
- :target: https://pypi.org/project/cartoframes/1.2.3
+.. image:: https://img.shields.io/badge/pypi-v1.2.4-orange
+ :target: https://pypi.org/project/cartoframes/1.2.4
A Python package for integrating `CARTO `__ maps, analysis, and data services into data science workflows.
@@ -14,11 +14,11 @@ Python data analysis workflows often rely on the de facto standards `pandas