Skip to content

Commit 9ca1635

Browse files
committed
v2.3.0
1 parent ee5f6a3 commit 9ca1635

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [2.3.0] - 2025-02-27
11+
1012
### Documentation
1113

1214
* Miscellaneous documentation changes, including updates for HexDocs.pm. (#37 by @kianmeng)
@@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8486

8587
* to_map now only returns the submitted keys and keys with default values. (#10 by @lasseebert)
8688

87-
[Unreleased]: https://github.com/vic/params/compare/v2.2.0...HEAD
89+
[Unreleased]: https://github.com/vic/params/compare/v2.3.0...HEAD
90+
[2.3.0]: https://github.com/vic/params/compare/v2.1.1...v2.3.0
8891
[2.2.0]: https://github.com/vic/params/compare/v2.1.1...v2.2.0
8992
[2.1.1]: https://github.com/vic/params/compare/v2.0.6...v2.1.1
9093
[2.0.6]: https://github.com/vic/params/compare/v2.0.5...v2.0.6

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Params.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/vic/params"
5-
@version "2.2.0"
5+
@version "2.3.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)