Skip to content

Commit

Permalink
Release 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Aug 7, 2021
1 parent 3b9e0a5 commit a7d825e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

.

## 0.21.3 - 2021-08-06

### Fixed

- Resource: switch from default proc to preemptive defaults [#359](https://github.com/bridgetownrb/bridgetown/pull/359) ([jaredcwhite](https://github.com/jaredcwhite))
- Ensure there aren't double-slashes in pagination links ([jaredcwhite](https://github.com/jaredcwhite))
- Ensure summary content is html safe ([jaredcwhite](https://github.com/jaredcwhite))

## 0.21.2 - 2021-07-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bridgetown-core/lib/bridgetown-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Bridgetown
VERSION = "0.21.2"
VERSION = "0.21.3"
CODE_NAME = "Broughton Beach"
end

0 comments on commit a7d825e

Please sign in to comment.