Skip to content

Commit 5c95bb2

Browse files
chore(master): release 1.6.2 (#298)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 992788b commit 5c95bb2

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.2](https://github.com/zookzook/elixir-mongodb-driver/compare/v1.6.1...v1.6.2) (2026-02-28)
9+
10+
11+
### Bug Fixes
12+
13+
* now uncompress function works with Erlang 28.x zstd ([c368dee](https://github.com/zookzook/elixir-mongodb-driver/commit/c368dee63b695d5dd7072a4e60416099a406f749))
14+
* removed compiler warning ([fcebea2](https://github.com/zookzook/elixir-mongodb-driver/commit/fcebea2a491a9e4457a8862baea9553d7bad5628))
15+
* removed compiler warning ([e07a9c0](https://github.com/zookzook/elixir-mongodb-driver/commit/e07a9c08e57e53d494487feecbba90a4a6ca3de4))
16+
* removed the compiler warning ([#297](https://github.com/zookzook/elixir-mongodb-driver/issues/297)) ([992788b](https://github.com/zookzook/elixir-mongodb-driver/commit/992788bc8ef91a3d6edb02ce27937c6ca9b1134c))
17+
818
## [1.6.1](https://github.com/zookzook/elixir-mongodb-driver/compare/v1.6.0...v1.6.1) (2025-12-15)
919

1020

mix.exs

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

44
@source_url "https://github.com/zookzook/elixir-mongodb-driver"
5-
@version "1.6.1"
5+
@version "1.6.2"
66

77
def project() do
88
[

0 commit comments

Comments
 (0)