Skip to content

Commit d8a1708

Browse files
committed
Release v1.0.1
1 parent a7b22e6 commit d8a1708

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.0] - 2026-01-28
8+
## [1.0.1] - 2026-01-28
99

10-
- Initial release of Klime Elixir SDK
10+
- README tweak
1111

1212
# Changelog
1313

lib/klime/client.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ defmodule Klime.Client do
6969

7070
alias Klime.{Config, Event, EventType, EventContext, LibraryInfo, BatchResponse}
7171

72-
@version "1.0.0"
72+
@version "1.0.1"
7373

7474
@typedoc "Client process reference (pid or registered name)"
7575
@type client :: GenServer.server()

mix.exs

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

4-
@version "1.0.0"
4+
@version "1.0.1"
55
@source_url "https://github.com/klimeapp/klime-elixir"
66

77
def project do

0 commit comments

Comments
 (0)