diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4e3ca..8ab4c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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.1.0/), and this project tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2024-08-16 ### Major Changes diff --git a/lib/lexorank/version.rb b/lib/lexorank/version.rb index edb03a7..7c3cee7 100644 --- a/lib/lexorank/version.rb +++ b/lib/lexorank/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Lexorank - VERSION = '0.1.3' + VERSION = '0.2.0' end