Skip to content

Commit

Permalink
Prepare 1.0.1 release
Browse files Browse the repository at this point in the history
Just update CHANGELOG.md and mix.exs.
  • Loading branch information
bettio committed Dec 16, 2021
1 parent 0beb10d commit d92a19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.0.1] - Unreleased
## [1.0.1] - 2021-12-16
### Fixed
- Do not override VerneMQ config `max_message_rate` value.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Astarte.VMQ.Plugin.Mixfile do
def project do
[
app: :astarte_vmq_plugin,
version: "1.0.0",
version: "1.0.1",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit d92a19b

Please sign in to comment.