Skip to content

Commit

Permalink
Merge pull request #3 from braze-community/release-please--branches--…
Browse files Browse the repository at this point in the history
…master--components--braze-specification

chore(master): release 1.0.0
  • Loading branch information
remarkablemark committed Aug 11, 2023
2 parents a500d89 + 9e5272a commit 35797d7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## 1.0.0 (2023-08-11)


### Features

* **openapi:** add migration to change to relative urls in spec.json ([5664b8b](https://github.com/braze-community/braze-specification/commit/5664b8bb8637dd83d5d36ea458fde79a7f5bf723))
* **openapi:** add migration to delete servers ([46681d0](https://github.com/braze-community/braze-specification/commit/46681d00f5cb7160044cc1c934fbe84e9ba4b494))
* **openapi:** create spec.json ([6959bd4](https://github.com/braze-community/braze-specification/commit/6959bd4cbd2ef9aff39e435c0804b4ac7efbb474))
* **postman:** add migrations ([3817591](https://github.com/braze-community/braze-specification/commit/38175911c984a27e103d9ae829e49adf3b3c0db7))
* **postman:** add migrations ([ba6aa2f](https://github.com/braze-community/braze-specification/commit/ba6aa2f131cd1f923e35046f6c24c23f955c756e))
* **postman:** create collection.json ([fa99c9b](https://github.com/braze-community/braze-specification/commit/fa99c9b6db32ddb08bddbe78b93aabfa2f31dbe9))
* **postman:** create migrations ([2c28d10](https://github.com/braze-community/braze-specification/commit/2c28d1069117499b9d96f2a6ef2592d2ed78514b))


### Bug Fixes

* **openapi:** add migration to fix oas3-schema ([f834001](https://github.com/braze-community/braze-specification/commit/f834001a718792852629bc721ae8a819193ade9c))
* **openapi:** add migration to fix oas3-valid-media-example number ([aac84f2](https://github.com/braze-community/braze-specification/commit/aac84f2910b00a728298b954741a60b4e7f50c29))
* **openapi:** add request body for PATCH /catalogs/{catalog_name}/items ([05689fe](https://github.com/braze-community/braze-specification/commit/05689fe225eaa4ec349a56cbcfba347d2831c888))
* **openapi:** add request body for POST /catalogs ([9b855ee](https://github.com/braze-community/braze-specification/commit/9b855ee7f9b5db1fce7fe0ef79ec19e6a6f4ee92))
* **openapi:** add request body for POST /catalogs/{catalog_name}/items ([c6ed17f](https://github.com/braze-community/braze-specification/commit/c6ed17f6f7b77b3d1e0396b12e748e9fbe3f2db7))
* **postman:** add migration to fix oas3-valid-media-example boolean ([41311f1](https://github.com/braze-community/braze-specification/commit/41311f1a19742f244480e87e63135169d947ed16))
* **postman:** add migration to fix oas3-valid-media-example integer ([4b25a98](https://github.com/braze-community/braze-specification/commit/4b25a98edf48eb3368f3fc1982ed6217776417d8))
* **postman:** add migration to fix oas3-valid-media-example object ([2aa43c8](https://github.com/braze-community/braze-specification/commit/2aa43c8c3801c50fdd028649d229cd0f4160dac9))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braze-specification",
"version": "1.0.0-alpha",
"version": "1.0.0",
"description": "Braze API specification.",
"author": "Mark <mark@remarkablemark.org>",
"scripts": {
Expand Down

0 comments on commit 35797d7

Please sign in to comment.