Skip to content

Commit

Permalink
chore(release): 1.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.2](v1.6.1...v1.6.2) (2023-04-05)

### Bug Fixes

* GCS blobs signed URLS generation ([#61](#61)) ([56209d9](56209d9))

### Dependency Updates

* **deps:** update node dependencies ([#60](#60)) ([3a7eca4](3a7eca4))

### Refactors

* **conf:** migrate production static storage to GCS buckets ([#62](#62)) ([fd816c8](fd816c8))
* **conf:** update storages configuration ([#63](#63)) ([70b6244](70b6244)), closes [/docs.djangoproject.com/en/4.2/releases/4.2/#psycopg-3](https://github.com/savannahghi//docs.djangoproject.com/en/4.2/releases/4.2//issues/psycopg-3)
  • Loading branch information
kennedykori committed Apr 5, 2023
1 parent 70b6244 commit 8bb04ce
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.6.2](https://github.com/savannahghi/idr-server/compare/v1.6.1...v1.6.2) (2023-04-05)


### Bug Fixes

* GCS blobs signed URLS generation ([#61](https://github.com/savannahghi/idr-server/issues/61)) ([56209d9](https://github.com/savannahghi/idr-server/commit/56209d9f3fef94ec4404a50d72706e35fc405d31))


### Dependency Updates

* **deps:** update node dependencies ([#60](https://github.com/savannahghi/idr-server/issues/60)) ([3a7eca4](https://github.com/savannahghi/idr-server/commit/3a7eca4d26fb3cfd167615dfcf64c4fdc57a72bb))


### Refactors

* **conf:** migrate production static storage to GCS buckets ([#62](https://github.com/savannahghi/idr-server/issues/62)) ([fd816c8](https://github.com/savannahghi/idr-server/commit/fd816c894b24516973623388d967047278af3a50))
* **conf:** update storages configuration ([#63](https://github.com/savannahghi/idr-server/issues/63)) ([70b6244](https://github.com/savannahghi/idr-server/commit/70b624474254de58742f874b252105c8213811c6)), closes [/docs.djangoproject.com/en/4.2/releases/4.2/#psycopg-3](https://github.com/savannahghi//docs.djangoproject.com/en/4.2/releases/4.2//issues/psycopg-3)

## [1.6.1](https://github.com/savannahghi/idr-server/compare/v1.6.0...v1.6.1) (2023-04-04)


Expand Down

0 comments on commit 8bb04ce

Please sign in to comment.