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 18, 2020
1 parent f34b95f commit 867714f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v1.7.0](https://github.com/servian/awskeyring/tree/v1.7.0) (2020-11-18)

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

**Implemented enhancements:**

- Allow specifying a browser other than the default [\#71](https://github.com/servian/awskeyring/issues/71)
- Autocomplete for Browsers [\#73](https://github.com/servian/awskeyring/pull/73) ([tristanmorgan](https://github.com/tristanmorgan))

## [v1.6.0](https://github.com/servian/awskeyring/tree/v1.6.0) (2020-08-11)

[Full Changelog](https://github.com/servian/awskeyring/compare/v1.5.0...v1.6.0)
Expand All @@ -10,6 +19,10 @@
- RuboCop and Spec update [\#68](https://github.com/servian/awskeyring/pull/68) ([tristanmorgan](https://github.com/tristanmorgan))
- Add SimpleCov reports. [\#67](https://github.com/servian/awskeyring/pull/67) ([tristanmorgan](https://github.com/tristanmorgan))

**Merged pull requests:**

- Updates for added RuboCop checks. [\#70](https://github.com/servian/awskeyring/pull/70) ([tristanmorgan](https://github.com/tristanmorgan))

## [v1.5.0](https://github.com/servian/awskeyring/tree/v1.5.0) (2020-07-08)

[Full Changelog](https://github.com/servian/awskeyring/compare/v1.4.0...v1.5.0)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Tristan Morgan
Copyright (c) 2017-2020 Tristan Morgan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.6.0'
VERSION = '1.7.0'
# The Gem's homepage
HOMEPAGE = 'https://github.com/servian/awskeyring'

Expand Down

0 comments on commit 867714f

Please sign in to comment.