aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--gleam.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b43e9e..b9eaa15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
environment.
## v0.28.1 - 2023-04-10
+
- The `iterator` module gains the `each` function.
- Fixed a bug in maps when running on JavaScript where value membership could be
incorrectly stated in some cases.
diff --git a/gleam.toml b/gleam.toml
index b1505b9..163a75e 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_stdlib"
-version = "0.28.1"
+version = "0.28.2"
licences = ["Apache-2.0"]
description = "A standard library for the Gleam programming language"