diff --git a/CHANGELOG.md b/CHANGELOG.md index b897b33..a87c503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.1.1] - 2023-10-03 + ## [1.1.0] - 2023-06-20 ### Added - Add `unregister_device` to unregister a device, allowing to register it again. diff --git a/mix.exs b/mix.exs index 148dca7..8a9d3bc 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.Device.MixProject do def project do [ app: :astarte_device, - version: "1.1.0", + version: "1.1.1", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, test_coverage: [tool: ExCoveralls],