diff --git a/CHANGELOG.md b/CHANGELOG.md index 180b02385..19385c6db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -### Fixed: +- Fixed naming issues in policies [THREESCALE-4150](https://issues.jboss.org/browse/THREESCALE-4150) [PR #1163](https://github.com/3scale/APIcast/pull/1163) + +## [3.7.0-alpha2] - Check status is bigger than zero on caching policy [THREESCALE-4471](https://issues.jboss.org/browse/THREESCALE-4471) [PR #1163](https://github.com/3scale/APIcast/pull/1163) diff --git a/gateway/src/apicast/policy/default_credentials/apicast-policy.json b/gateway/src/apicast/policy/default_credentials/apicast-policy.json index baaa06cc7..cf1d04ba9 100644 --- a/gateway/src/apicast/policy/default_credentials/apicast-policy.json +++ b/gateway/src/apicast/policy/default_credentials/apicast-policy.json @@ -1,6 +1,6 @@ { "$schema": "http://apicast.io/policy-v1.1/schema#manifest#", - "name": "Anonymous access", + "name": "Anonymous Access", "summary": "Provides default credentials for unauthenticated requests.", "description": ["This policy allows service exposure without authentication. \n", diff --git a/gateway/src/apicast/policy/http_proxy/apicast-policy.json b/gateway/src/apicast/policy/http_proxy/apicast-policy.json index bdca3f49b..217ff8fc9 100644 --- a/gateway/src/apicast/policy/http_proxy/apicast-policy.json +++ b/gateway/src/apicast/policy/http_proxy/apicast-policy.json @@ -1,6 +1,6 @@ { "$schema": "http://apicast.io/policy-v1/schema#manifest#", - "name": "Proxy service", + "name": "Proxy Service", "summary": "Adds an HTTP proxy to the service.", "description": [ "With this policy all the traffic for this service will be routed accross ",