Skip to content

Commit

Permalink
v0.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishiguchi authored Sep 12, 2021
1 parent 89c25c2 commit 8e44ab7
Show file tree
Hide file tree
Showing 3 changed files with 7 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.9

* New features
* Add BMP180 support

## v0.2.8

* Improvements
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![CircleCI](https://circleci.com/gh/elixir-sensors/bmp280.svg?style=svg)](https://circleci.com/gh/elixir-sensors/bmp280)

Read temperature and pressure from Bosch
BMP180,
[BMP280](https://www.bosch-sensortec.com/products/environmental-sensors/pressure-sensors/bmp280/),
[BME280](https://www.bosch-sensortec.com/products/environmental-sensors/humidity-sensors-bme280/),
and
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.8"
@version "0.2.9"
@source_url "https://github.com/elixir-sensors/bmp280"

def project do
Expand Down

0 comments on commit 8e44ab7

Please sign in to comment.