Skip to content

Commit

Permalink
v0.2.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishiguchi authored Dec 31, 2021
1 parent f1f7fa9 commit 3dfc73e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.2.11

* Improvements
* Support both circuits_i2c 1.0 and 0.3.x

## v0.2.10

* Fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule BMP280.MixProject do
use Mix.Project

@version "0.2.10"
@version "0.2.11"
@source_url "https://github.com/elixir-sensors/bmp280"

def project do
Expand Down

0 comments on commit 3dfc73e

Please sign in to comment.