Skip to content

Commit

Permalink
release: 1.1.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0-rc.1](v1.0.0...v1.1.0-rc.1) (2024-05-08)

### Features

* **processors:** add a `SplitGatherProcessor` ([#17](#17)) ([4439c11](4439c11))
* **sources:** add a `GatherSource` ([#15](#15)) ([d64635a](d64635a))
  • Loading branch information
kennedykori committed May 8, 2024
1 parent 4439c11 commit d8a8c5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.0-rc.1](https://github.com/savannahghi/sghi-etl-commons/compare/v1.0.0...v1.1.0-rc.1) (2024-05-08)


### Features

* **processors:** add a `SplitGatherProcessor` ([#17](https://github.com/savannahghi/sghi-etl-commons/issues/17)) ([4439c11](https://github.com/savannahghi/sghi-etl-commons/commit/4439c11724fe1630d2f53e3cc4be8ebc798ff352))
* **sources:** add a `GatherSource` ([#15](https://github.com/savannahghi/sghi-etl-commons/issues/15)) ([d64635a](https://github.com/savannahghi/sghi-etl-commons/commit/d64635a66fa058c9c26007d281620491de8b9a7e))

## [1.0.0](https://github.com/savannahghi/sghi-etl-commons/compare/...v1.0.0) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sghi-etl-commons",
"version": "1.0.0",
"version": "1.1.0-rc.1",
"description": "Collection of utilities for working with SGHI ETL Workflows.",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit d8a8c5d

Please sign in to comment.