Skip to content

Commit 48a3e60

Browse files
committed
Release v1.2.0
1 parent e1be08d commit 48a3e60

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.2.0
4+
5+
* Add `StreamData.shuffle/1`.
6+
37
## v1.1.3
48

59
* Fix compilation warnings with current Elixir version (1.18) and upcoming Elixir version.

mix.exs

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

4-
@version "1.1.3"
4+
@version "1.2.0"
55
@repo_url "https://github.com/whatyouhide/stream_data"
66

77
def project() do

0 commit comments

Comments
 (0)