From 2aae6e742364233b2e8353dbb066cd14397f1e4f Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Sat, 4 Nov 2023 18:49:37 +0000 Subject: [PATCH] Prepare for 0.1.2 --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcd913..23cd0dd 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.1.2] - 2023-11-04 ### Added diff --git a/mix.exs b/mix.exs index d00d6f8..19e86cb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Sqids.MixProject do use Mix.Project - @version "0.1.1" + @version "0.1.2" @source_url "https://github.com/sqids/sqids-elixir" def project do