Bump version to 3.0.1 and update changelog

This commit is contained in:
Alex Lion
2026-08-06 16:17:47 +07:00
parent f2a0395b98
commit 40a98be34a
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
## v.3.0.1
### Fixes and improvements
- Fix datetime being reset at every changes
## v.3.0.0 ## v.3.0.0
### Features ### Features

View File

@@ -1,7 +1,7 @@
defmodule Claper.MixProject do defmodule Claper.MixProject do
use Mix.Project use Mix.Project
@version "3.0.0" @version "3.0.1"
def project do def project do
[ [