Skip to content

Commit

Permalink
prepare 0.6.0-dev (#170)
Browse files Browse the repository at this point in the history
* prepare 0.6.0-dev

* Update open api specs

* Update RELEASE_NOTES.md
  • Loading branch information
chicco785 authored Oct 27, 2022
1 parent 5480fc6 commit 8fe3cb3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Anubis Release Notes

## 0.6-dev

### New features

### Bug fixes

### Documentation

### Continuous Integration

### Technical debt

## 0.5

### New features
Expand Down
2 changes: 1 addition & 1 deletion anubis-management-api/anubis/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ANUBIS_VERSION = '0.5.0'
ANUBIS_VERSION = '0.6.0-dev'
2 changes: 1 addition & 1 deletion docs/user/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Anubis
Anubis is a flexible Policy Enforcement solution that makes easier to reuse security policies across different services, assuming the policies entail the same resource.

## Version: 0.5.0
## Version: 0.6.0-dev

### /v1/tenants/service_paths

Expand Down
2 changes: 1 addition & 1 deletion open-api-spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Anubis",
"description": "Anubis is a flexible Policy Enforcement solution that makes easier to reuse security policies across different services, assuming the policies entail the same resource.",
"version": "0.5.0"
"version": "0.6.0-dev"
},
"paths": {
"/v1/tenants/service_paths": {
Expand Down

0 comments on commit 8fe3cb3

Please sign in to comment.