Skip to content

Commit d1b5286

Browse files
committed
bumped version to 0.9.0
1 parent acbddff commit d1b5286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## 0.9.0-rc.0 (2022-04-18)
8+
## 0.9.0 (2022-05-21)
99
* Enhancements
1010
* add colored log output
1111
* add telemetry support for execution

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 "0.9.0-rc.1"
5+
@version "0.9.0"
66

77
def project() do
88
[

0 commit comments

Comments
 (0)