diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f7acd..1ef7527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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). + +## Version 0.8.1 (2024-06-25) + +### Bugfixes + +- Fixes how names like `von` are uppercased + + ## Version 0.8.0 (2024-05-28) ### Features diff --git a/mix.exs b/mix.exs index d763f30..69593ca 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Recase.Mixfile do use Mix.Project - @version "0.8.0" + @version "0.8.1" @url "https://github.com/wemake-services/recase" def project do