diff --git a/changelog.md b/changelog.md index bb93ebb7..30cdc776 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # changelog +## 2.5.12 + +- 修复限流BUG + ## 2.5.11 - 优化灰度/预发布请求 diff --git a/sop-auth/pom.xml b/sop-auth/pom.xml index 2fe15bc3..d7204352 100644 --- a/sop-auth/pom.xml +++ b/sop-auth/pom.xml @@ -26,7 +26,7 @@ com.gitee.sop sop-service-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT diff --git a/sop-common/pom.xml b/sop-common/pom.xml index 48c9c5f5..a9f7750e 100644 --- a/sop-common/pom.xml +++ b/sop-common/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.gitee.sop sop-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT pom diff --git a/sop-common/sop-gateway-common/pom.xml b/sop-common/sop-gateway-common/pom.xml index b0f6ad38..29390522 100644 --- a/sop-common/sop-gateway-common/pom.xml +++ b/sop-common/sop-gateway-common/pom.xml @@ -5,11 +5,11 @@ com.gitee.sop sop-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT ../pom.xml sop-gateway-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT jar sop-gateway-common diff --git a/sop-common/sop-service-common/pom.xml b/sop-common/sop-service-common/pom.xml index acddbd0c..d471851b 100644 --- a/sop-common/sop-service-common/pom.xml +++ b/sop-common/sop-service-common/pom.xml @@ -6,11 +6,11 @@ com.gitee.sop sop-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT ../pom.xml sop-service-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT jar sop-service-common diff --git a/sop-example/sop-book/sop-book-web/pom.xml b/sop-example/sop-book/sop-book-web/pom.xml index e4254809..61815f56 100644 --- a/sop-example/sop-book/sop-book-web/pom.xml +++ b/sop-example/sop-book/sop-book-web/pom.xml @@ -28,7 +28,7 @@ com.gitee.sop sop-service-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT com.gitee.sop diff --git a/sop-example/sop-easyopen/pom.xml b/sop-example/sop-easyopen/pom.xml index 88279bab..5c2099d7 100644 --- a/sop-example/sop-easyopen/pom.xml +++ b/sop-example/sop-easyopen/pom.xml @@ -29,7 +29,7 @@ com.gitee.sop sop-service-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT diff --git a/sop-example/sop-story/sop-story-web/pom.xml b/sop-example/sop-story/sop-story-web/pom.xml index f877e33a..f39b5429 100644 --- a/sop-example/sop-story/sop-story-web/pom.xml +++ b/sop-example/sop-story/sop-story-web/pom.xml @@ -28,7 +28,7 @@ com.gitee.sop sop-service-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT com.gitee.sop diff --git a/sop-gateway/pom.xml b/sop-gateway/pom.xml index b5df0fc6..2f5c34c6 100644 --- a/sop-gateway/pom.xml +++ b/sop-gateway/pom.xml @@ -29,7 +29,7 @@ com.gitee.sop sop-gateway-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT diff --git a/sop-website/pom.xml b/sop-website/pom.xml index a949cadc..9075bfd5 100644 --- a/sop-website/pom.xml +++ b/sop-website/pom.xml @@ -35,7 +35,7 @@ com.gitee.sop sop-gateway-common - 2.5.11-SNAPSHOT + 2.5.12-SNAPSHOT