diff --git a/CHANGELOG.md b/CHANGELOG.md index 2169c640..4e624ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [Unreleased] +## [0.17.0] - 2024-07-18 ### Added - Indonesian translations. ([#505](https://github.com/seejohnrun/ice_cube/pull/505)) by [@achmiral](https://github.com/achmiral) diff --git a/lib/ice_cube/version.rb b/lib/ice_cube/version.rb index a71bb32a..5dda674c 100644 --- a/lib/ice_cube/version.rb +++ b/lib/ice_cube/version.rb @@ -1,3 +1,3 @@ module IceCube - VERSION = "0.16.4" + VERSION = "0.17.0" end