Skip to content

Commit

Permalink
Merge pull request #40 from contentstack/next
Browse files Browse the repository at this point in the history
GCP support implementation
  • Loading branch information
harshithad0703 committed May 13, 2024
2 parents 4b0e84e + c05c240 commit d156a01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@

## CHANGELOG

------------------------------------------------
## Version 2.4.0
###### Date: 13-May-2024
### Enhancement
- GCP support implementation
------------------------------------------------
## Version 2.3.4
###### Date: 30-Aug-2023
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2012-2023 Contentstack (http://app.contentstack.com). All Rights Reserved
Copyright (c) 2012-2024 Contentstack (http://app.contentstack.com). All Rights Reserved

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions src/ContentstackRegion.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ class ContentstackRegion
const US= "us";
const AZURE_NA= "azure-na";
const AZURE_EU= "azure-eu";
const GCP_NA= "gcp-na";
}

0 comments on commit d156a01

Please sign in to comment.