From fb648c65f97322fafdb4ffc30191dc0e98bd476d Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 25 Jun 2024 09:25:50 +0300 Subject: [PATCH] Version 0.8.1 release --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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