Skip to content

Commit

Permalink
Merge pull request #443 from platanus/release-7.1.0
Browse files Browse the repository at this point in the history
Release 7.1.0
  • Loading branch information
difernandez authored Jul 3, 2023
2 parents 00caf0f + fa1f88a commit 7b681df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# Changelog

## Unreleased

## 7.1.0
Features
- Add environment variables module recipe [#435](https://github.com/platanus/potassium/pull/435)
- Run [Brakeman](https://brakemanscanner.org/) with reviewdog on CI [#440](https://github.com/platanus/potassium/pull/440)
- Changes to a couple of rspec rubocop rules [#441](https://github.com/platanus/potassium/pull/441)
- Update node to 20 [#447](https://github.com/platanus/potassium/pull/447)

Fixes
- Fix CircleCI config [#434](https://github.com/platanus/potassium/pull/434)
- Fix `cannot load such file -- sassc` error [#436](https://github.com/platanus/potassium/pull/436)
- Set jsdom version for node compatibility [#436](https://github.com/platanus/potassium/pull/436)
- Fix `uninitialized constant RubocopHelpers::RuboCop` [#436](https://github.com/platanus/potassium/pull/436)
- Use Redis for sessions to address security issues [#437](https://github.com/platanus/potassium/pull/437)
- Comment vue mount in admin js to address security issues [#438](https://github.com/platanus/potassium/pull/438)
- Remove ActiveAdmin comments to address security issues [#439](https://github.com/platanus/potassium/pull/439)
- Various fixes related to TS, vite and vitest [#444](https://github.com/platanus/potassium/pull/444)

## 7.0.0

Expand Down
2 changes: 1 addition & 1 deletion lib/potassium/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Potassium
VERSION = "7.0.0"
VERSION = "7.1.0"
RUBY_VERSION = "2.7.0"
RAILS_VERSION = "~> 7.0.4.2"
RUBOCOP_VERSION = "~> 1.9"
Expand Down

0 comments on commit 7b681df

Please sign in to comment.