Skip to content

Commit

Permalink
Up version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
silbermm committed Jul 29, 2023
1 parent 4efcd17 commit 007094c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.13]
### Fixed
- nil implementation when running any GPG function

## [0.0.12]
### Added
- function for listing keys on the system
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule GPGMEx.MixProject do
def project do
[
app: :gpgmex,
version: "0.0.12",
version: "0.0.13",
elixir: "~> 1.12",
package: package(),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 007094c

Please sign in to comment.