Skip to content

Commit

Permalink
chore: release v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Jan 2, 2025
1 parent a144866 commit b6f9b57
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.17.1](https://github.com/bcgov/cas-registration/compare/v1.17.0...v1.17.1) (2025-01-02)

### Bug Fixes

- fix api docs endpoint ([6a8d77e](https://github.com/bcgov/cas-registration/commit/6a8d77ee4b55186aa3b4580e629664a9dc7b5eae))

# [1.17.0](https://github.com/bcgov/cas-registration/compare/v1.15.0...v1.17.0) (2024-12-18)

### Bug Fixes
Expand Down
12 changes: 12 additions & 0 deletions bc_obps/common/migrations/0029_V1_17_1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 5.0.10 on 2025-01-02 17:49

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('common', '0028_V1_17_0'),
]

operations = []
12 changes: 12 additions & 0 deletions bc_obps/registration/migrations/0066_V1_17_1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 5.0.10 on 2025-01-02 17:49

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('registration', '0065_alter_historicaloperation_status_and_more'),
]

operations = []
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cas-registration",
"version": "1.17.0",
"version": "1.17.1",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-registration.git",
"author": "ggircs@gov.bc.ca",
Expand Down

0 comments on commit b6f9b57

Please sign in to comment.