Skip to content

Commit

Permalink
Version Jump and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed Nov 12, 2022
1 parent 1a2848c commit 50c0714
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog

## [1.9.5](https://github.com/servian/awskeyring/tree/1.9.5) (2022-10-31)
## [1.10.0](https://github.com/servian/awskeyring/tree/1.10.0) (2022-11-12)

[Full Changelog](https://github.com/servian/awskeyring/compare/v1.9.4...1.9.5)
[Full Changelog](https://github.com/servian/awskeyring/compare/v1.9.5...1.10.0)

**Implemented enhancements:**

- Reorder flags [\#90](https://github.com/servian/awskeyring/pull/90) ([tristanmorgan](https://github.com/tristanmorgan))
- Check for tty and allow force. [\#89](https://github.com/servian/awskeyring/pull/89) ([tristanmorgan](https://github.com/tristanmorgan))

## [v1.9.5](https://github.com/servian/awskeyring/tree/v1.9.5) (2022-10-31)

[Full Changelog](https://github.com/servian/awskeyring/compare/v1.9.4...v1.9.5)

**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion lib/awskeyring/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Version const and query of latest.
module Awskeyring
# The Gem's version number
VERSION = '1.9.5'
VERSION = '1.10.0'
# The Gem's homepage
HOMEPAGE = 'https://github.com/servian/awskeyring'

Expand Down

0 comments on commit 50c0714

Please sign in to comment.