Skip to content

Commit 587a000

Browse files
committed
Update changelog
1 parent 94edbdd commit 587a000

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
All notable changes to this project are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/).
44

5-
## [0.12.0] — Unrelease
5+
## [0.12.0] — Unreleased
6+
7+
### Adds
8+
9+
* `Color.Palette.sort/2` to sort colors.
610

711
### Bug Fixes
812

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Color.MixProject do
22
use Mix.Project
33

4-
@version "0.12.0"
4+
@version "0.12.0-dev"
55

66
def project do
77
[

0 commit comments

Comments
 (0)