Skip to content

Commit

Permalink
chore(): bump to 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rjherrera committed Jan 21, 2020
1 parent a98020a commit bb489df
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,34 @@

## Unreleased

## 5.2.3

Features:
- Add restore-from commands for pg_restore in makefile [#237](https://github.com/platanus/potassium/pull/237)
- Allow usage of vue components in rails views out of the box [#231](https://github.com/platanus/potassium/pull/231)
- Add data migrate [#227](https://github.com/platanus/potassium/pull/227)
- Add raven capture in error handler if sentry enabled [#226](https://github.com/platanus/potassium/pull/226)
- Remove unnecesary aws-sdk gems in favor of specific ones [#221](https://github.com/platanus/potassium/pull/221)
- Unify storage options and deprecate paperclip [#211](https://github.com/platanus/potassium/pull/211)

Fix:
- Fix gather_gem issue when multiple versions passed as argument [#242](https://github.com/platanus/potassium/pull/242)
- Support "None" passed as CLI flag option in file storage [#240](https://github.com/platanus/potassium/pull/240)
- Add sidekiq worker to Procfile if installed after project setup (with heroku) [#234](https://github.com/platanus/potassium/pull/234)
- Include test_data volume to CI compose for bundler related data [#229](https://github.com/platanus/potassium/pull/229)
- Comment out schedule entry in sidekiq.yml [#225](https://github.com/platanus/potassium/pull/225)
- Use ruby image for potassium test build [#224](https://github.com/platanus/potassium/pull/224)
- Use webpacker from rubygems instead of repo master [#222](https://github.com/platanus/potassium/pull/222)
- Add rubocop-rspec for compatibility with updated linters in spec [#218](https://github.com/platanus/potassium/pull/218)
- Remove containers after spec run [#216](https://github.com/platanus/potassium/pull/216)
- Fix database container install [#214](https://github.com/platanus/potassium/pull/214)

## 5.2.2

Features:
- Implement release phase on heroku
- Add sendgrid_dev support
-

Fix:
- Fix Circle CI
- Fix services containers env variables
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 = "5.2.2"
VERSION = "5.2.3"
RUBY_VERSION = "2.5.5"
RAILS_VERSION = "~> 5.2.1"
RUBOCOP_VERSION = "~> 0.65.0"
Expand Down

0 comments on commit bb489df

Please sign in to comment.