Skip to content

Commit

Permalink
updates version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robacarp committed Jan 20, 2022
1 parent 949a84b commit 490a53b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ 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.2.0 - 2021-09-07
## [0.2.1] - 2022-01-20
### Added
- AuthenticHandler for easy configuration with Lucky Framework and Authentic. (#21, #23)

## [0.2.0] - 2021-09-07
### Added
- Allow implicit context variable declaration; scavenge data from crystal Log Context (#19)

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: honeybadger
version: 0.2.0
version: 0.2.1

authors:
- robacarp
Expand Down
2 changes: 1 addition & 1 deletion src/honeybadger.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "./core_ext/*"
require "./honeybadger/*"

module Honeybadger
VERSION = "0.2.0"
VERSION = "0.2.1"

alias ContextHash = Hash(String, String)

Expand Down

0 comments on commit 490a53b

Please sign in to comment.