Skip to content

Commit bb4085d

Browse files
committed
chore: bump version & update CHANGELOG
1 parent 7b45f96 commit bb4085d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.3.0 (2026-01-17)
2+
3+
* fix: namespace auto setup verify_on_exit! by @PragTob in #111
4+
* feat: prevent global mode in async tests by @rbino in #110
5+
16
# 2.2.0 (2025-11-18)
27

38
* Add elixir 1.19.x compatibility by @Geekfish in #107

mix.exs

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

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

77
def project do
88
[

0 commit comments

Comments
 (0)