Skip to content

Commit

Permalink
feat: bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewalkingtoast committed Aug 30, 2023
1 parent 304d70e commit 8f469c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

## [1.1.1]

### Improvements
- Fix link report generation broken by dynamic short link changes
- Suggest and use `Random::Secure` over `Random` eveywhere
- Document `SHORT_ID_SIZE` env var
- Add notes to README for dynamic short link and link report sections
- Update Github Actions to Crystal 1.9.2

## [1.1.0]

### Features
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: mpngin
version: 1.1.0
version: 1.1.1

authors:
- Adam Radabaugh <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/mpngin/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mpngin
VERSION = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit 8f469c5

Please sign in to comment.