Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
svoop committed Jan 26, 2023
1 parent 8e0643e commit 215c362
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

Nothing so far

## 0.2.0

### Breaking Changes
* Update dependency to at least bridgetown-1.2.0 (final)

## 0.1.1

### Changes
* Fix typo in dependency to Bridgetown

## 0.1.0

### Initial implementation

* Commands `bridgetown credentials edit` and `show`
* `Bridgetown.credentials` accessor
1 change: 1 addition & 0 deletions checksums/bridgetown_credentials-0.2.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9d05a84ec358666fde3b2e637a911d06e95f56e5557ea40afd72dfa3428f8f826700a02fa118bdf660e0965a49d6f6d7e52bd616882f2795e0c341a3ac770c01
2 changes: 1 addition & 1 deletion lib/bridgetown_credentials/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BridgetownCredentials
VERSION = "0.1.1"
VERSION = "0.2.0"
end

0 comments on commit 215c362

Please sign in to comment.