diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eed8329..d7cfe16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,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 +## [1.0.0] 2023-04-19 ### Added diff --git a/lib/phlex/rails/version.rb b/lib/phlex/rails/version.rb index 5976178e..343dd8fa 100644 --- a/lib/phlex/rails/version.rb +++ b/lib/phlex/rails/version.rb @@ -2,6 +2,6 @@ module Phlex module Rails - VERSION = "0.10.0" + VERSION = "1.0.0" end end