diff --git a/CHANGELOG.md b/CHANGELOG.md index 95800069..9c284b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [Unreleased](https://github.com/openflagr/flagr/compare/1.1.14...HEAD) + +### Merged + +- Fix demo website and use railway to host [`#517`](https://github.com/openflagr/flagr/pull/517) +- Upgrade docker base [`#516`](https://github.com/openflagr/flagr/pull/516) +- Build docker image for linux/arm64 [`#515`](https://github.com/openflagr/flagr/pull/515) +- Fix "attempt to write a readonly database" [`#506`](https://github.com/openflagr/flagr/pull/506) +- Support OPTIONS for CORS [`#500`](https://github.com/openflagr/flagr/pull/500) + +### Fixed + +- Fix "attempt to write a readonly database" (#506) [`#502`](https://github.com/openflagr/flagr/issues/502) + +## [1.1.14](https://github.com/openflagr/flagr/compare/1.1.13...1.1.14) - 2022-08-29 + +### Merged + +- Bump version and prepare for 1.1.14 [`#498`](https://github.com/openflagr/flagr/pull/498) +- Upgrade js deps [`#495`](https://github.com/openflagr/flagr/pull/495) +- Refactor gha workflows [`#494`](https://github.com/openflagr/flagr/pull/494) +- Prepare for openflagr merge [`#493`](https://github.com/openflagr/flagr/pull/493) +- Bump url-parse from 1.5.1 to 1.5.10 in /browser/flagr-ui [`#479`](https://github.com/openflagr/flagr/pull/479) +- chore: fix broken link on readme [`#474`](https://github.com/openflagr/flagr/pull/474) +- Update Alpine to 3.15 to address critical vulnerability [`#480`](https://github.com/openflagr/flagr/pull/480) + +### Commits + +- Fix integration tests [`931cd21`](https://github.com/openflagr/flagr/commit/931cd21b7da257726dbb6a1237da1f446d5c5caa) +- Upgrade swagger [`ea716e1`](https://github.com/openflagr/flagr/commit/ea716e191a9c611bf81ba9ea6429b3fa09a1f5a5) +- Create codeql-analysis.yml [`59e6359`](https://github.com/openflagr/flagr/commit/59e6359bc245ff3668e464a59b88fea8591b273a) + ## [1.1.14](https://github.com/openflagr/flagr/compare/1.1.12...1.1.14) - 2022-08-30 diff --git a/browser/flagr-ui/package.json b/browser/flagr-ui/package.json index 9324611a..a55fc677 100644 --- a/browser/flagr-ui/package.json +++ b/browser/flagr-ui/package.json @@ -1,6 +1,6 @@ { "name": "flagr-ui", - "version": "1.1.14", + "version": "1.1.15", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/docs/api_docs/bundle.yaml b/docs/api_docs/bundle.yaml index f20504c0..94a84e72 100644 --- a/docs/api_docs/bundle.yaml +++ b/docs/api_docs/bundle.yaml @@ -4,7 +4,7 @@ info: Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is "/api/v1". title: Flagr - version: 1.1.14 + version: 1.1.15 tags: - name: flag description: Everything about the flag diff --git a/swagger/index.yaml b/swagger/index.yaml index 7bd7183e..4b332cdd 100644 --- a/swagger/index.yaml +++ b/swagger/index.yaml @@ -5,7 +5,7 @@ info: Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is "/api/v1". title: Flagr - version: 1.1.14 + version: 1.1.15 tags: - name: flag description: Everything about the flag diff --git a/swagger_gen/restapi/doc.go b/swagger_gen/restapi/doc.go index 09cb7fae..14700d82 100644 --- a/swagger_gen/restapi/doc.go +++ b/swagger_gen/restapi/doc.go @@ -8,7 +8,7 @@ // http // Host: localhost // BasePath: /api/v1 -// Version: 1.1.14 +// Version: 1.1.15 // // Consumes: // - application/json diff --git a/swagger_gen/restapi/embedded_spec.go b/swagger_gen/restapi/embedded_spec.go index 4d867d10..919ef964 100644 --- a/swagger_gen/restapi/embedded_spec.go +++ b/swagger_gen/restapi/embedded_spec.go @@ -31,7 +31,7 @@ func init() { "info": { "description": "Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is \"/api/v1\".\n", "title": "Flagr", - "version": "1.1.14" + "version": "1.1.15" }, "basePath": "/api/v1", "paths": { @@ -2095,7 +2095,7 @@ func init() { "info": { "description": "Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is \"/api/v1\".\n", "title": "Flagr", - "version": "1.1.14" + "version": "1.1.15" }, "basePath": "/api/v1", "paths": {