diff --git a/CHANGELOG.md b/CHANGELOG.md index f60e989..8412184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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). +## [2.0.2] - 2026-06-07 + +### Changed +- Verified compatibility with Gleam 1.17 + +### Technical Notes +- No public API changes +- No breaking changes + ## [2.0.1] - 2025-06-23 ### Changed diff --git a/gleam.toml b/gleam.toml index ec90c97..c001587 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "glugify" -version = "2.0.1" +version = "2.0.2" description = "A robust, type-safe slugification library for Gleam that converts text into URL-friendly slugs" licences = ["Apache-2.0"] repository = { type = "github", user = "maxh213", repo = "glugify" }