Skip to content

Commit

Permalink
Add entries to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloh committed Oct 31, 2017
1 parent 59579f9 commit cfa9bb7
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## [0.4.0] - 2017-10-28
## [0.4.0] - 2017-10-31
### Changed
- Renamed `:authorization` plugin to `:simple_auth`

Expand All @@ -7,3 +7,26 @@

### Added
- New documentation for core functionality and plugins

## [0.3.0] - 2017-10-31 [YANKED]

## [0.2.0] - 2017-10-31 [YANKED]

## [0.1.0] - 2017-10-31 [YANKED]

## [0.0.20] - 2017-10-17
### Changed
- Renamed options `key:` and `column:` to `using` and `search_by`, for `:fetch_model` step, at `:sequel_models` plugin

### Added
- Added new option `to:` for overriding where to store the result, for `:fetch_model` step, at `:sequel_models` plugin

## [0.0.19] - 2017-10-17
### Removed
- Removed `Error#error_type` (use `Error#type` instead)
- Removed `Error#error_message` (use `Error#message` instead)
- Removed `Error#errors` (use `Error#details` instead)

## [0.0.18] - 2017-10-08
### Changed
- Changed `:sequel_models` default value of `search_by:` option from `:id` to the model's primary key

0 comments on commit cfa9bb7

Please sign in to comment.